Skip to content

Commit 15faf60

Browse files
authored
Update test.yml
Signed-off-by: Gwynne Raskind <[email protected]>
1 parent 789266d commit 15faf60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
runs-on: ubuntu-latest
2222
container: ${{ matrix.base-image }}
2323
steps:
24-
- name: Checkout self
25-
uses: actions/checkout@v4
2624
- name: Test
2725
uses: vapor/swiftly-action@main
2826
with: ${{ fromJSON(matrix.test-args) }}
@@ -41,8 +39,6 @@ jobs:
4139
steps:
4240
- name: Add missing dependencies
4341
run: yum install -y git tar
44-
- name: Checkout self
45-
uses: actions/checkout@v3
4642
- name: Test
4743
uses: vapor/swiftly-action@main
4844
with: ${{ fromJSON(matrix.test-args) }}

0 commit comments

Comments
 (0)