Skip to content

Commit

Permalink
Run tests in build
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 3, 2024
1 parent f09d46f commit abdfd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
working-directory: ./client
- run: yarn build
working-directory: ./client
# - run: CI=true yarn test
# working-directory: ./client
- run: yarn test
working-directory: ./client
2 changes: 1 addition & 1 deletion client/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
rm -Rf public/bundle*
rm -Rf dist/*
rm -Rf target/*
source $NVM_DIR/nvm.sh
nvm use
Expand Down

0 comments on commit abdfd5d

Please sign in to comment.