Skip to content

Commit

Permalink
get build artifact before unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Jul 3, 2023
1 parent 5d39f09 commit 0f28913
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '6.0.x'
- name: Setup FFmpeg
- name: Setup FFMpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- name: Tests
working-directory: ./UniTAS
run: dotnet test --configuration ${{ matrix.configuration }}
- name: Build windows
if: runner.os == 'Windows'
run: ./build.ps1 ${{ matrix.configuration }}
Expand All @@ -33,4 +30,7 @@ jobs:
uses: actions/[email protected]
with:
name: ${{ matrix.os }}-${{ matrix.configuration }}
path: ./build/${{ matrix.configuration }}/
path: ./build/${{ matrix.configuration }}/
- name: Tests
working-directory: ./UniTAS
run: dotnet test --configuration ${{ matrix.configuration }}

0 comments on commit 0f28913

Please sign in to comment.