Skip to content

Commit

Permalink
move CI gas report to tests, since it'll be cached
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jun 19, 2023
1 parent 884afc0 commit 802d8ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,3 @@ jobs:

- name: Outdated files, run `pnpm build` and commit them
uses: ./.github/actions/require-empty-diff

- name: Generate gas reports
run: pnpm gas-report

- name: Outdated files, run `pnpm gas-report` and commit them
uses: ./.github/actions/require-empty-diff
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Run tests
run: pnpm test

- name: Generate gas reports
run: pnpm gas-report

- name: Outdated files, run `pnpm gas-report` and commit them
uses: ./.github/actions/require-empty-diff

- name: Lint
run: pnpm lint

Expand Down

0 comments on commit 802d8ed

Please sign in to comment.