Skip to content

Commit 334052a

Browse files
Check nightly action on CI
1 parent df6dd81 commit 334052a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ jobs:
3232
with:
3333
swift-version: ${{ matrix.swift-version }}
3434
- run: swift --version
35+
test-nightly:
36+
runs-on: ubuntu-20.04
37+
steps:
38+
- uses: actions/checkout@v3
39+
- uses: ./nightly
40+
- run: swift --version

0 commit comments

Comments
 (0)