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:
parent
653eaadb78
commit
87fe9801c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue