Skip to content

Commit

Permalink
chore: Run bundlemon before test in GA step
Browse files Browse the repository at this point in the history
Tests randomly modify the style file.
This is not a problem for the final build, which uses
the cached version, but BundlMon was monitoring
a style file that was always different and did not
represent the true state.
  • Loading branch information
Merkur39 committed Dec 19, 2024
1 parent 4ceb5d2 commit 869ec65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_modules
- uses: ./.github/actions/build_cache_read
- name: Tests
run: yarn test
- name: BundleMon
uses: lironer/bundlemon-action@v1
- name: Tests
run: yarn test
argosDesktop:
needs: [prepareArgos, build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 869ec65

Please sign in to comment.