File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 1
- name : Branch
1
+ name : Solidity
2
2
3
3
on :
4
4
pull_request :
65
65
image : ghcr.io/settlemint/btp-anvil-test-node:latest
66
66
ports :
67
67
- ' 8545:8545'
68
- name : Test
68
+ name : Build Set
69
69
# runs-on: ubuntu-latest
70
70
runs-on : namespace-profile-btp-scs
71
71
steps :
@@ -147,18 +147,6 @@ jobs:
147
147
github-token : ${{ secrets.GITHUB_TOKEN }}
148
148
update-comment : true
149
149
150
- docker :
151
- needs :
152
- - test
153
- name : Docker
154
- # runs-on: ubuntu-latest
155
- runs-on : namespace-profile-btp-scs
156
- steps :
157
- - name : Checkout
158
- uses : actions/checkout@v4
159
- with :
160
- submodules : recursive
161
-
162
150
- name : Inject slug/short variables
163
151
uses : rlespinasse/github-slug-action@v4
164
152
@@ -193,11 +181,6 @@ jobs:
193
181
zsh --version
194
182
which zsh
195
183
196
- - name : Install Foundry
197
- uses : foundry-rs/foundry-toolchain@v1
198
- with :
199
- version : nightly
200
-
201
184
- name : Generate README.md
202
185
if : github.repository == 'settlemint/solidity-predeployed'
203
186
run : |
You can’t perform that action at this time.
0 commit comments