From e36552dcfd6105de3317c1f7548c5146cebe0ebd Mon Sep 17 00:00:00 2001 From: Roderik van der Veer Date: Thu, 15 Aug 2024 14:12:52 +0200 Subject: [PATCH] chore: merge step --- .github/workflows/solidity.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 1fd8771..2fd69b8 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -1,4 +1,4 @@ -name: Branch +name: Solidity on: pull_request: @@ -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: @@ -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 @@ -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: |