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:
parent
527f39988f
commit
a82be2d8a8
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||||
|
|
7
.github/workflows/docker-proxy-nginx-e2e.yml
vendored
7
.github/workflows/docker-proxy-nginx-e2e.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue