We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d4f3a commit a5c0bacCopy full SHA for a5c0bac
.github/workflows/publish_edge.yml
@@ -19,7 +19,7 @@ jobs:
19
npm run build
20
npm run lint
21
npm run formatter
22
- sudo npm run test
+ sudo bash -c "npm run test"
23
build-publish-docker-hub:
24
needs: run-pre-checks
25
runs-on: ubuntu-latest
0 commit comments