Skip to content

Commit

Permalink
chore: missing buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Jan 29, 2024
1 parent 581b2f8 commit 0812808
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 @@ -103,7 +103,7 @@ echo "CALENDAR INFO working!"

# Playwright tests
cd "$SCRIPT_DIR" || exit 1
docker build -t test-playwright --cache-from type=gha --cache-to type=gha,mode=max . || exit 1
docker buildx build -t test-playwright --cache-from type=gha --cache-to type=gha,mode=max . || exit 1
docker run --rm --ipc=host --network=host --init test-playwright:latest || exit 1

echo "Tests passed!"

0 comments on commit 0812808

Please sign in to comment.