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

actually name the test step correctly

This commit is contained in:
Ell 2024-10-27 00:00:22 +02:00
parent 653eaadb78
commit 87fe9801c9

View file

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