Skip to content

Commit b082b09

Browse files
author
André Schreck
committed
fix
1 parent 0ca08e4 commit b082b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
15-
- run: npm run test:ci
1615
- run: npm ci
16+
- run: npm run test:ci
1717

1818
publish-npm:
1919
needs: build

0 commit comments

Comments
 (0)