mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -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:
|
||||
docker:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=4096
|
||||
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
|
||||
|
||||
concurrency:
|
||||
group: docker-nginx-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
@ -8,7 +13,7 @@ on:
|
|||
jobs:
|
||||
docker:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=4096
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue