Skip to content

Commit

Permalink
Use runner for forge tests (#900)
Browse files Browse the repository at this point in the history
* Use runner for forge tests

Uses runner for forge tests

* sets it for workflow dispatch
  • Loading branch information
mr-uniswap authored Oct 10, 2024
1 parent 7189710 commit f53af1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-merge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Tests

on:
workflow_dispatch:
push:
branches:
- main

jobs:
forge-tests:
name: Forge Tests
runs-on: ubuntu-latest
runs-on:
group: forge-testing

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f53af1b

Please sign in to comment.