There was an error while loading. Please reload this page.
1 parent 90d8fd9 commit eb42659Copy full SHA for eb42659
2 files changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
POSTGRES_INITDB_ARGS: --auth-host=${{ matrix.postgres-auth }}
57
steps:
58
- name: Checkout
59
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
60
- name: Test
61
run: |
62
swift test --enable-code-coverage
.github/workflows/nightly.yml
@@ -15,7 +15,7 @@ jobs:
15
image: swiftlang/swift:${{ matrix.image }}
16
17
18
19
20
21
swift test
0 commit comments