Skip to content

Commit 921cf98

Browse files
authored
Update nightly smoke test for macOS to use the nightly toolchain (#372)
Update nightly smoke test for macOS to use the nightly toolchain for build/test step
1 parent 91afa67 commit 921cf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_snapshot_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Prepare the action
3737
run: ./scripts/prep-gh-action.sh --install-swiftly --swift-main-snapshot
3838
- name: Build and Test
39-
run: swift test
39+
run: swiftly run +main-snapshot swift test

0 commit comments

Comments
 (0)