Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaSavelyeva committed Aug 8, 2023
1 parent 959c0dd commit eb6487d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ jobs:
run: ./build.cmd DotnetBuild
env:
CI: true
#test:
# strategy:
# matrix:
# os: [self-hosted]
# runs-on: ${{ matrix.os }}
#
# steps:
# - uses: actions/checkout@v2
# - name: Test
# if: runner.os != 'Windows'
# run: |
# chmod +x ./build.sh
# ./build.sh DotnetTest
# env:
# CI: true
# - name: Test
# if: runner.os == 'Windows'
# run: ./build.cmd DotnetTest
# env:
# CI: true
test:
strategy:
matrix:
os: [self-hosted]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- name: Test
if: runner.os != 'Windows'
run: |
chmod +x ./build.sh
./build.sh DotnetTest
env:
CI: true
- name: Test
if: runner.os == 'Windows'
run: ./build.cmd DotnetTest
env:
CI: true

0 comments on commit eb6487d

Please sign in to comment.