Skip to content

Commit 7f6122b

Browse files
committed
ci: fix test workflow
1 parent 5097f9a commit 7f6122b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
22+
-
23+
name: Checkout
24+
uses: actions/checkout@v4
2225
-
2326
name: Test
2427
uses: docker/bake-action@v6
2528
with:
29+
source: .
2630
targets: test
2731
env:
2832
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)