Skip to content

Commit abdfd5d

Browse files
committed
Run tests in build
1 parent f09d46f commit abdfd5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
working-directory: ./client
5050
- run: yarn build
5151
working-directory: ./client
52-
# - run: CI=true yarn test
53-
# working-directory: ./client
52+
- run: yarn test
53+
working-directory: ./client

client/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
rm -Rf public/bundle*
2+
rm -Rf dist/*
33
rm -Rf target/*
44
source $NVM_DIR/nvm.sh
55
nvm use

0 commit comments

Comments
 (0)