Skip to content

Commit 0f6da6a

Browse files
committed
Retry tests
1 parent 18b6306 commit 0f6da6a

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,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 14
1616
- run: |
17-
# sudo mkdir /captain
17+
sudo mkdir /captain
1818
npm ci
1919
npm run build
2020
npm run lint
@@ -31,4 +31,4 @@ jobs:
3131
- uses: actions/checkout@v1
3232
- name: Build and Push Edge to DockerHub
3333
shell: bash
34-
run: ./dev-scripts/build_and_push_edge.sh
34+
run: echo 1 || ./dev-scripts/build_and_push_edge.sh

0 commit comments

Comments
 (0)