Skip to content

wait_for_container_engine needs to check openresty status #11622

wait_for_container_engine needs to check openresty status

wait_for_container_engine needs to check openresty status #11622

Workflow file for this run

name: Test
on:
push: {}
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- uses: actions/setup-go@v4
with:
go-version: '^1.18'
- run: npm ci
- run: npm run lint:nofix
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.6.0
- run: make -C bats lint
- run: npm test