Skip to content

[Snyk] Security upgrade nginx from 1.23.3-alpine to 1.26.1-alpine #32

[Snyk] Security upgrade nginx from 1.23.3-alpine to 1.26.1-alpine

[Snyk] Security upgrade nginx from 1.23.3-alpine to 1.26.1-alpine #32

name: Run integration test using docker-compose
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v2
- name: Build the localdev environment
run: make generate_certs
- name: make
run: make up
- name: TearDown
run: make down