Skip to content

Commit

Permalink
fix: ci and snapshot cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgregthedev committed Feb 20, 2024
1 parent d002b58 commit 3b9b5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
run: forge fmt

- name: Snapshot
run: forge snapshot --diff --no-match-path *fuzz*
run: yarn snapshot --check

- name: Test
run: forge test -vvv

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'chore(bot): format & snapshot'
commit_message: "chore(bot): format & snapshot"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"prepare": "husky install",
"snapshot": "forge snapshot --diff --no-match-path *fuzz*",
"snapshot": "forge snapshot --no-match-path *fuzz*",
"test": "forge test --no-match-path *fuzz*"
},
"dependencies": {
Expand Down

0 comments on commit 3b9b5d1

Please sign in to comment.