Skip to content

Commit

Permalink
[TIDY] Try disabled linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMike committed Jan 11, 2024
1 parent 30757a6 commit 1f19ee4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
run: swift build -v
- name: Tests
run: swift test -v
linux:
needs: [lint, macos]
runs-on: ubuntu-latest
container:
image: swift:5.7-bionic
env:
TESTS_PRIVATEKEY: ${{ secrets.TESTS_PRIVATEKEY }}
steps:
- uses: actions/checkout@v3
- name: SetupKey
run: ./scripts/setupKey.sh "${{ secrets.TESTS_PRIVATEKEY }}"
- name: Build
run: swift build -v
- name: Tests
run: swift test -v
# linux:
# needs: [lint, macos]
# runs-on: ubuntu-latest
# container:
# image: swift:5.7-bionic
# env:
# TESTS_PRIVATEKEY: ${{ secrets.TESTS_PRIVATEKEY }}
# steps:
# - uses: actions/checkout@v3
# - name: SetupKey
# run: ./scripts/setupKey.sh "${{ secrets.TESTS_PRIVATEKEY }}"
# - name: Build
# run: swift build -v
# - name: Tests
# run: swift test -v

0 comments on commit 1f19ee4

Please sign in to comment.