Skip to content

Commit

Permalink
undo large runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Aug 13, 2024
1 parent 165fb13 commit 476b53a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ on:
jobs:
test:
name: Forge and Hardhat Tests
runs-on:
group: ubuntu-runners
labels: ubuntu-latest-m
runs-on: ubuntu-latest
environment: tests
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -61,6 +59,7 @@ 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 476b53a

Please sign in to comment.