Skip to content

Commit

Permalink
Use root when running test container
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-k committed Apr 19, 2024
1 parent 056e293 commit c0cc91d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
needs: ["reserve-ci-instance"]
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
container: platformos/playwright:4.21.2-1.43.0
container:
image: platformos/playwright:4.21.2-1.43.0
options: --user root
timeout-minutes: 20
env:
MPKIT_URL: ${{ needs.reserve-ci-instance.outputs.mpkit-url }}
Expand Down

0 comments on commit c0cc91d

Please sign in to comment.