Skip to content

Commit

Permalink
SMR-3173 Fix failed CI introduced by perimeter changes (#112)
Browse files Browse the repository at this point in the history
* Run yarn install prior to forge build

* Update test.yml

* Update coverage.yml
  • Loading branch information
wcgcyx authored Oct 23, 2024
1 parent 420e164 commit f719b43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge build --sizes
forge build
id: build

# `forge coverage` doesn't have an `exclude-path` flag.
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
with:
version: nightly

- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build

- name: Run install
uses: borales/actions-yarn@v4
with:
Expand All @@ -50,6 +44,12 @@ jobs:
with:
cmd: build

- name: Run Forge build
run: |
forge --version
forge build
id: build

- name: Run Unit Tests
run: |
forge test --match-path "test/unit/**" -vvv
Expand Down

0 comments on commit f719b43

Please sign in to comment.