Skip to content

Commit

Permalink
Welp
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMike committed Apr 12, 2021
1 parent aa32fd4 commit 3a97262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: xom9ikk/[email protected]

- name: Test
run: "[ -f .ci-skip-tests ] && echo 'Skipping tests' || dotnet test --configuration Release
run: "[ -f .ci-skip-tests ] && echo 'Skipping tests' || dotnet test --configuration Release"

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: xom9ikk/[email protected]

- name: Test
run: "[ -f .ci-skip-tests ] && echo 'Skipping tests' || dotnet test --configuration Release
run: "[ -f .ci-skip-tests ] && echo 'Skipping tests' || dotnet test --configuration Release"

- name: Build
run: |
Expand Down

0 comments on commit 3a97262

Please sign in to comment.