Skip to content

Commit 620d7cd

Browse files
committed
fix
1 parent 72c56c2 commit 620d7cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

+13
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,16 @@ jobs:
2424
name: test_b
2525
path: layers/
2626

27+
test_c:
28+
runs-on: ubuntu-latest
29+
needs:
30+
- test_a
31+
- test_b
32+
steps:
33+
- uses: actions/download-artifact@v4
34+
with:
35+
name: test_a
36+
- uses: actions/download-artifact@v4
37+
with:
38+
name: test_b
39+
- run: find layers | sort

0 commit comments

Comments
 (0)