Skip to content

Commit 80aa7f2

Browse files
committed
chore: merge step
1 parent bbb6f61 commit 80aa7f2

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

.github/workflows/solidity.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Branch
1+
name: Solidity
22

33
on:
44
pull_request:
@@ -65,7 +65,7 @@ jobs:
6565
image: ghcr.io/settlemint/btp-anvil-test-node:latest
6666
ports:
6767
- '8545:8545'
68-
name: Test
68+
name: Build Set
6969
#runs-on: ubuntu-latest
7070
runs-on: namespace-profile-btp-scs
7171
steps:
@@ -147,18 +147,6 @@ jobs:
147147
github-token: ${{ secrets.GITHUB_TOKEN }}
148148
update-comment: true
149149

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-
162150
- name: Inject slug/short variables
163151
uses: rlespinasse/github-slug-action@v4
164152

@@ -193,11 +181,6 @@ jobs:
193181
zsh --version
194182
which zsh
195183
196-
- name: Install Foundry
197-
uses: foundry-rs/foundry-toolchain@v1
198-
with:
199-
version: nightly
200-
201184
- name: Generate README.md
202185
if: github.repository == 'settlemint/solidity-predeployed'
203186
run: |

0 commit comments

Comments
 (0)