Yo dawg, I heard you like docker, so I put a docker in your docker
Test / test (push) Failing after 27s
Details
Test / test (push) Failing after 27s
Details
This commit is contained in:
parent
28bfe4c755
commit
384a65f2dc
|
|
@ -8,6 +8,8 @@ jobs:
|
|||
container: mcr.microsoft.com/playwright:v1.48.1-jammy
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Docker
|
||||
uses: crazy-max/ghaction-setup-docker@v3
|
||||
- env: NODE_OPTIONS=--max-old-space-size=8192
|
||||
run: |
|
||||
npm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue