Skip to content

Commit

Permalink
дополнен воркфлоу
Browse files Browse the repository at this point in the history
  • Loading branch information
otymko committed Apr 14, 2020
1 parent a242340 commit eb27e94
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
oscript_version: [1.3.0, night-build]
os: [ubuntu-latest, windows-latest]
oscript_version: [1.2.0, 1.3.0, dev]
os: [macOS-latest, ubuntu-latest, windows-latest]
name: check oscript
steps:
- uses: actions/checkout@v1
steps:
- uses: actions/checkout@v2
- uses: ./
with:
version: ${{ matrix.oscript_version }}
- name: Проверка скрипта OS
run: oscript test/fixtures/test.os
- name: Проверка установки coverage
run: opm install coverage

0 comments on commit eb27e94

Please sign in to comment.