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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-14 12:35:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-14 12:35:16 +0300
commit15a34bafd385f8270bcf0635fce21c317081285a (patch)
tree2accd535403a7eca29a16cdd693a510e9ec3577b
parentce39aadd3c50f1460c1e22efbbe7b17f32e9a9ba (diff)
Pipeline
-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