Skip to content

Commit c04c0cf

Browse files
committed
Fixed invalid dependencies in Actions
1 parent 515f725 commit c04c0cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: lib
2424

2525
publish-npm:
26-
needs: test
26+
needs: build
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
jobs:
1313
test:
14-
needs: build
1514
runs-on: ubuntu-latest
1615
steps:
1716
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)