Skip to content

Commit

Permalink
chore: update CI pipeline
Browse files Browse the repository at this point in the history
Add config to run tests automatically on pull requests
  • Loading branch information
amusingaxl committed May 9, 2024
1 parent 9587bef commit 8a9382e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: test

on: workflow_dispatch
on:
push:
branches:
- master
- main
pull_request:

env:
FOUNDRY_PROFILE: ci
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}

jobs:
check:
Expand Down

0 comments on commit 8a9382e

Please sign in to comment.