1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-01 05:10:50 +01:00

also run the build task separately

This commit is contained in:
Ell 2024-10-27 00:03:49 +02:00
parent 87fe9801c9
commit 0ccac21825

View file

@ -20,6 +20,8 @@ jobs:
uses: android-actions/setup-android@v3
- name: Restore tools
run: dotnet tool restore
- name: Run Build
run: dotnet cake --target Build --ref ${{ github.ref }} --buildNum ${{ github.run_number }}
- name: Run Test
uses: coactions/setup-xvfb@v1
with: