Skip to content

Commit 910996c

Browse files
committed
Another attempt at ci
1 parent 730f803 commit 910996c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
jobs:
11-
ci:
11+
test-and-build:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
@@ -32,5 +32,10 @@ jobs:
3232
with:
3333
name: build
3434
path: dist
35+
36+
ci:
37+
needs: test-and-build
38+
runs-on: ubuntu-latest
39+
steps:
3540
- name: Finish successfully
3641
run: exit 0

0 commit comments

Comments
 (0)