Skip to content

Commit bb450fa

Browse files
committed
add test for default version
1 parent 419c385 commit bb450fa

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,6 +32,12 @@ jobs:
3232
with:
3333
swift-version: ${{ matrix.swift-version }}
3434
- run: swift --version
35+
test-default:
36+
runs-on: ubuntu-22.04
37+
steps:
38+
- uses: actions/checkout@v3
39+
- uses: ./
40+
- run: swift --version
3541
test-nightly:
3642
runs-on: ubuntu-20.04
3743
steps:

0 commit comments

Comments
 (0)