Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMike committed Jan 11, 2024
1 parent fc76676 commit 2c7a27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: ./scripts/runSwiftFormat.sh -l
run_tests_macos:
if: ${{ success() }}
needs: lint
needs: run_lint
runs-on: macos-latest
env:
TESTS_PRIVATEKEY: ${{ secrets.TESTS_PRIVATEKEY }}
Expand All @@ -26,9 +26,9 @@ jobs:
run: swift build -v
- name: Tests
run: swift test -v
# linux:
# run_tests_linux:
# if: ${{ success() }}
# needs: [lint, macos]
# needs: [run_lint, run_tests_macos]
# runs-on: ubuntu-latest
# container:
# image: swift:5.7-bionic
Expand Down

0 comments on commit 2c7a27e

Please sign in to comment.