Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-test.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index e13b26a..8477dec 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -62,7 +62,6 @@ jobs:
path: ${{ env.OUTPUT_FILE }}
tests:
- needs: build
strategy:
matrix:
host: [windows-latest, ubuntu-latest, macos-latest]
@@ -83,7 +82,7 @@ jobs:
run: dotnet test ${{ env.TESTS_PATH }} -c ${{ env.TESTS_CONFIGURATION }}
upload-to-pages:
- needs: tests
+ needs: [build, tests]
runs-on: ubuntu-latest
steps:
- name: Download artifacts