Fix CI
This commit is contained in:
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
@@ -48,6 +48,10 @@ jobs:
|
||||
with:
|
||||
xmake-version: branch@dev
|
||||
|
||||
# Update xmake repository (in order to have the file that will be cached)
|
||||
- name: Update xmake repository
|
||||
run: xmake repo --update
|
||||
|
||||
# Fetch xmake dephash
|
||||
- name: Retrieve dependencies hash
|
||||
id: dep_hash
|
||||
@@ -69,7 +73,7 @@ jobs:
|
||||
run: xmake -v
|
||||
|
||||
# Run unit tests
|
||||
- name: Run Nazara Unit tests
|
||||
- name: Run unit tests
|
||||
run: xmake run NazaraUnitTests
|
||||
|
||||
# Build coverage file
|
||||
|
||||
Reference in New Issue
Block a user