Skip to content

Commit

Permalink
Final Workflow Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Feb 27, 2024
1 parent 66082d2 commit 5ac9b74
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
name: iOS Tests

# temporary for manual trigger
#on:
# workflow_dispatch:

name: iOS Integration Tests
on:
push:
# branches:
Expand All @@ -14,10 +9,10 @@ env:
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPR_USER: ${{ secrets.GITHUB_ACTOR }}

jobs:

jobs:
ios-tests:
name: iOS Tests
# macos-14 currently breaks colima
runs-on: macos-13

steps:
Expand All @@ -37,9 +32,6 @@ jobs:
- name: Start Docker containers
run: dev/up

# - name: Build
# run: swift build -v

- name: Run tests
run: swift test --vv

Expand Down

0 comments on commit 5ac9b74

Please sign in to comment.