Skip to content

Commit 5d66fcb

Browse files
authored
zipTestFiles onlt insted of running full test suite
1 parent 87d8724 commit 5d66fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
npm install
2727
npm run release:staging
28-
npm run test
28+
npm run zipTestFiles
2929
cp -r dist distToDeploy/
3030
cp -r dist distToDeploy/src/
3131
cp -r test distToDeploy/test/

0 commit comments

Comments
 (0)