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:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
NODE_OPTIONS: --max_old_space_size=4096
steps:

View File

@ -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: