Skip to content

Commit

Permalink
chore: avoid building frontend if not needed (#4982)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier authored Oct 10, 2023
1 parent cc4dbe8 commit b802ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: 18.17
cache: 'yarn'
- run: yarn
- run: yarn build:frontend
- run: yarn build:frontend:if-needed
- run: yarn lint
- run: yarn run test:report # This adds test results as github check to the workflow
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: 18.17
cache: 'yarn'
- run: yarn
- run: yarn build:frontend
- run: yarn build:frontend:if-needed
- run: yarn run test:coverage
env:
CI: true
Expand Down

0 comments on commit b802ced

Please sign in to comment.