Skip to content

Commit 52ca1b1

Browse files
committed
Retry tests
1 parent a5c0bac commit 52ca1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_edge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
with:
1515
node-version: 14
1616
- run: |
17-
sudo mkdir /captain
17+
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
1818
npm ci
1919
npm run build
2020
npm run lint
2121
npm run formatter
22-
sudo bash -c "npm run test"
22+
npm run test
2323
build-publish-docker-hub:
2424
needs: run-pre-checks
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)