Skip to content

Commit 282ca9d

Browse files
committed
rdrf #2260 checking permissions on test
1 parent 9dbbf9a commit 282ca9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-entrypoint-node.sh

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ fi
4040

4141
if [ "$1" = 'test' ]; then
4242
info "[Run] Test the React components"
43+
ls -lh /app
44+
pwd
45+
whoami
46+
4347

4448
yarn install
4549
CI=true npm test

0 commit comments

Comments
 (0)