Skip to content

Commit 9713f7e

Browse files
authored
Merge pull request #7 from xexyl/worklow
Try fixing test.yml workflow
2 parents 05a14d4 + 468fdde commit 9713f7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C CI
1+
name: Test
22

33
on:
44
push:
@@ -12,5 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- uses: actions/checkout@v4
1516
- name: make test
1617
run: make test

0 commit comments

Comments
 (0)