Skip to content

Commit 488b7b9

Browse files
committed
test
1 parent 169ba0a commit 488b7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
- push
33
jobs:
44
test:
5+
needs: build
56
runs-on: ubuntu-latest
67
strategy:
78
matrix:
@@ -15,7 +16,6 @@ jobs:
1516
uses: actions/download-artifact@v4
1617
with:
1718
name: ${{ matrix.os.name }}
18-
run-id: 14844090764
1919
- run: ls -R
2020

2121
build:

0 commit comments

Comments
 (0)