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-10-13 19:15:58 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-13 19:15:58 +0300
commit882d040eeaf036b0841b68d6ea93ac9d98a1f84a (patch)
tree4eab6c59d62e3edf170ab8ac36d417049c1ccef8 /.github
parent1942022eb93f186478c06cd622324f1841b3d0bf (diff)
Workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fd6c33a..778a6b0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,4 +1,4 @@
-name: Test
+name: Tests
on:
push:
@@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
host: [windows-latest, ubuntu-latest, macos-latest]
- sc: [no-self-contained, self-contained]
runs-on: ${{ matrix.host }}
env:
TESTS_PATH: ./Tests
@@ -28,6 +27,4 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Tests
- env:
- SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true -p:PublishTrimmed=True' || '--no-self-contained' }}
- run: dotnet test ${{ env.TESTS_PATH }} -c ${{ env.TESTS_CONFIGURATION }} -p:PublishSingleFile=true ${{ env.SC_OPS }}
+ run: dotnet test ${{ env.TESTS_PATH }} -c ${{ env.TESTS_CONFIGURATION }} -p:PublishSingleFile=true