0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00

fix docker test

This commit is contained in:
Juan Picado 2024-08-03 10:30:42 +02:00
parent 527f39988f
commit a82be2d8a8
2 changed files with 7 additions and 2 deletions

View file

@ -15,7 +15,7 @@ on:
jobs: jobs:
docker: docker:
timeout-minutes: 10 timeout-minutes: 10
runs-on: ubuntu-latest runs-on: ubuntu-20.04
env: env:
NODE_OPTIONS: --max_old_space_size=4096 NODE_OPTIONS: --max_old_space_size=4096
steps: steps:

View file

@ -1,5 +1,10 @@
name: E2E Docker Proxy Nginx Test name: E2E Docker Proxy Nginx Test
concurrency:
group: docker-nginx-${{ github.ref }}
cancel-in-progress: true
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
@ -8,7 +13,7 @@ on:
jobs: jobs:
docker: docker:
timeout-minutes: 10 timeout-minutes: 10
runs-on: ubuntu-latest runs-on: ubuntu-20.04
env: env:
NODE_OPTIONS: --max_old_space_size=4096 NODE_OPTIONS: --max_old_space_size=4096
steps: steps: