Skip to content

Commit

Permalink
set up github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Nov 7, 2023
1 parent 2a7341c commit 9883c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ cd e2e
sleep 10

if [ ! -d 'node_modules' ]; then
echo "npm install"
npm install
echo "npm ci"
npm ci
fi

docker ps

npx playwright install # install browsers
npx playwright install --with-deps # install browsers
npx playwright test
exit $?

0 comments on commit 9883c8d

Please sign in to comment.