Skip to content

Commit

Permalink
larger runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Aug 13, 2024
1 parent 6c2180f commit 165fb13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Forge and Hardhat Tests
runs-on:
group: ubuntu-runners
labels: ubuntu-20.04-16core
labels: ubuntu-latest-m
environment: tests
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -61,7 +61,6 @@ jobs:
working-directory: ./contracts

- name: Start local environment
timeout-minutes: 60
run: |
pnpm start:local 2>&1 | tee local_env.log
continue-on-error: true
Expand Down

0 comments on commit 165fb13

Please sign in to comment.