File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 - develop
8+ - releases/v0.8
89 pull_request :
910 branches :
1011 - master
1112 - develop
13+ - releases/v0.8
1214
1315jobs :
1416 bundler-spec-tests :
@@ -137,7 +139,7 @@ jobs:
137139 pdm fix || true # Fix deprecation warnings before running tests
138140 pdm run test -rA -W ignore::DeprecationWarning --url http://127.0.0.1:14337/rpc/ --entry-point 0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108 --ethereum-node http://localhost:8545 -k "not p2p"
139141 continue-on-error : true
140-
142+
141143 - name : Show Skandha logs on failure
142144 if : failure()
143145 run : |
@@ -153,7 +155,7 @@ jobs:
153155 echo "Skandha process $PID is not running"
154156 fi
155157 fi
156-
158+
157159 - name : Send Slack notification
158160 uses : ravsamhq/notify-slack-action@2.3.0
159161 if : always()
@@ -164,4 +166,4 @@ jobs:
164166 message_format : " {emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>"
165167 footer : " Repo <{repo_url}|{repo}> | <{run_url}|View Workflow>"
166168 env :
167- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
169+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 55 branches :
66 - master
77 - develop
8+ - releases/v0.8
89jobs :
910 start :
1011 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 branches :
66 - develop
77 - master
8-
8+ - releases/v0.8
99jobs :
1010 dry-run-build :
1111 runs-on : ubuntu-latest
2020
2121 - name : Install dependencies and build
2222 run : bun install && bun run build && bun run bootstrap
23-
23+
2424 - name : Send Slack notification
2525 uses : ravsamhq/notify-slack-action@2.3.0
2626 if : always()
3232 message_format : " {emoji} *Dry Run Build* {status_message} in <{repo_url}|{repo}>"
3333 footer : " Repo <{repo_url}|{repo}> | <{run_url}|View Workflow>"
3434 env :
35- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
35+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build skandha v3 docker image
33on :
44 push :
55 branches :
6- - " develop "
6+ - releases/v0.8
77
88jobs :
99 build :
You can’t perform that action at this time.
0 commit comments