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 2c7a27e commit 5cad397
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request_target:
branches: [ develop ]
workflow_dispatch:

jobs:
run_lint:
runs-on: macos-latest
Expand All @@ -13,7 +12,6 @@ jobs:
- name: Lint
run: ./scripts/runSwiftFormat.sh -l
run_tests_macos:
if: ${{ success() }}
needs: run_lint
runs-on: macos-latest
env:
Expand All @@ -27,7 +25,6 @@ jobs:
- name: Tests
run: swift test -v
# run_tests_linux:
# if: ${{ success() }}
# needs: [run_lint, run_tests_macos]
# runs-on: ubuntu-latest
# container:
Expand Down

0 comments on commit 5cad397

Please sign in to comment.