Skip to content

Commit

Permalink
Merge pull request #157 from dmvict/js_action
Browse files Browse the repository at this point in the history
READY: Update workflows, remove extra step
  • Loading branch information
dmvict authored Apr 17, 2024
2 parents 2e05f1a + f00aecc commit 0a62775
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/JsActionPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,17 @@ jobs :
with :
ref: js_action
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
uses : Wandalen/wretry.action/post@master
with :
action : actions/setup-node@v4
with : |
node-version : ${{ matrix.node-version }}
attempt_limit : 3
attempt_delay: 1000
- name : Install willbe
uses : Wandalen/wretry.action@master
with :
command : npm i -g willbe@latest
attempt_limit : 3
attempt_delay: 1000
- name : Install submodules
uses : Wandalen/wretry.action@master
uses : Wandalen/wretry.action/main@master
with :
command : will .npm.install
command : npm i
attempt_limit : 3
attempt_delay: 1000
- name : Environment
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/JsActionPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,17 @@ jobs :
run : git config --system core.longpaths true
- uses : actions/checkout@v4
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
uses : Wandalen/wretry.action/post@master
with :
action : actions/setup-node@v4
with : |
node-version : ${{ matrix.node-version }}
attempt_limit : 3
attempt_delay: 1000
- name : Install willbe
uses : Wandalen/wretry.action@master
with :
command : npm i -g willbe@latest
attempt_limit : 3
attempt_delay: 1000
- name : Install submodules
uses : Wandalen/wretry.action@master
uses : Wandalen/wretry.action/main@master
with :
command : will .npm.install
command : npm i
attempt_limit : 3
attempt_delay: 1000
- name : Environment
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/JsActionPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,17 @@ jobs :
run : git config --system core.longpaths true
- uses : actions/checkout@v4
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
uses : Wandalen/wretry.action/post@master
with :
action : actions/setup-node@v4
with : |
node-version : ${{ matrix.node-version }}
attempt_limit : 3
attempt_delay: 1000
- name : Install willbe
uses : Wandalen/wretry.action@master
with :
command : npm i -g willbe@latest
attempt_limit : 3
attempt_delay: 1000
- name : Install submodules
uses : Wandalen/wretry.action@master
uses : Wandalen/wretry.action/main@master
with :
command : will .npm.install
command : npm i
attempt_limit : 3
attempt_delay: 1000
- name : Environment
Expand Down

0 comments on commit 0a62775

Please sign in to comment.