Skip to content

Commit

Permalink
Update real-world-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Jan 29, 2024
1 parent 6599c9e commit e51595e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/real-world/real-world-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ echo "CALENDAR INFO working!"
# Playwright tests
cd "$SCRIPT_DIR" || exit 1
docker build -t test-playwright . || exit 1
docker run -it --rm --ipc=host --network=host --init test-playwright:latest || exit 1
docker run --rm --ipc=host --network=host --init test-playwright:latest || exit 1

echo "Tests passed!"

0 comments on commit e51595e

Please sign in to comment.