Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leekt committed Apr 22, 2024
1 parent ce2bc50 commit bae24fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: ci

on:
pull_request:
branches: [dev]
branches: [dev,fix/ci]
paths:
- '**.sol'
- '**.yml'
push:
branches: [dev]
branches: [dev,fix/ci]
paths:
- '**.sol'
- '**.yml'
Expand All @@ -30,6 +30,9 @@ jobs:

- name: Install Dependencies
run: forge install

- name: show list
run: ls

- name: Run Tests with ${{ matrix.profile }}
run: >
Expand Down

0 comments on commit bae24fe

Please sign in to comment.