Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Apr 21, 2024
1 parent 5477516 commit aa684cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
swift_test:
name: Test
runs-on: macos-latest
uses: actions/checkout@v4
run: swift test
steps:
- name: Check out vger
uses: actions/checkout@v4
- name: Build vger
run: swift test

build_demo:
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
Expand Down

0 comments on commit aa684cc

Please sign in to comment.