Update devcontainer.json to specify version and asset for gh-release … #597
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Тестирование | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
test: | |
strategy: | |
fail-fast: false | |
matrix: | |
oscript_version: ['dev', 'lts-dev', 'default'] | |
uses: autumn-library/workflows/.github/workflows/test.yml@main | |
with: | |
oscript_version: ${{ matrix.oscript_version }} |