Skip to content

Commit a5c0bac

Browse files
committed
Retry tests
1 parent 80d4f3a commit a5c0bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
npm run build
2020
npm run lint
2121
npm run formatter
22-
sudo npm run test
22+
sudo bash -c "npm run test"
2323
build-publish-docker-hub:
2424
needs: run-pre-checks
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)