Skip to content

Commit aa684cc

Browse files
committed
Try to fix CI
1 parent 5477516 commit aa684cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
swift_test:
1212
name: Test
1313
runs-on: macos-latest
14-
uses: actions/checkout@v4
15-
run: swift test
14+
steps:
15+
- name: Check out vger
16+
uses: actions/checkout@v4
17+
- name: Build vger
18+
run: swift test
1619

1720
build_demo:
1821
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})

0 commit comments

Comments
 (0)