Skip to content

Commit

Permalink
rdrf #2260 checking permissions on test
Browse files Browse the repository at this point in the history
  • Loading branch information
id2359 committed Nov 4, 2022
1 parent 9dbbf9a commit 282ca9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-entrypoint-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ fi

if [ "$1" = 'test' ]; then
info "[Run] Test the React components"
ls -lh /app
pwd
whoami


yarn install
CI=true npm test
Expand Down

0 comments on commit 282ca9d

Please sign in to comment.