Skip to content

Commit

Permalink
feat: use fast builders
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Jun 25, 2024
1 parent 0612cd2 commit 53950bd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ permissions:
jobs:
codescanning:
name: Code Scanning
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: namespace-profile-btp-scs
container:
image: returntocorp/semgrep
steps:
Expand Down Expand Up @@ -83,7 +84,8 @@ jobs:
ports:
- '8545:8545'
name: Test
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: namespace-profile-btp-scs
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -168,7 +170,8 @@ jobs:
needs:
- test
name: Docker
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: namespace-profile-btp-scs
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 53950bd

Please sign in to comment.