Skip to content

Commit

Permalink
chore: merge step
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Aug 15, 2024
1 parent 2f77711 commit f93eb09
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Branch
name: Solidity

on:
pull_request:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
image: ghcr.io/settlemint/btp-anvil-test-node:latest
ports:
- '8545:8545'
name: Test
name: Build Set
#runs-on: ubuntu-latest
runs-on: namespace-profile-btp-scs
steps:
Expand Down Expand Up @@ -147,18 +147,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
update-comment: true

docker:
needs:
- test
name: Docker
#runs-on: ubuntu-latest
runs-on: namespace-profile-btp-scs
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4

Expand Down Expand Up @@ -193,11 +181,6 @@ jobs:
zsh --version
which zsh
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Generate README.md
if: github.repository == 'settlemint/solidity-predeployed'
run: |
Expand Down

0 comments on commit f93eb09

Please sign in to comment.