Skip to content

Release v2024.2.1

Release v2024.2.1 #87

Workflow file for this run

name: Test nginx config
on:
push:
pull_request:
jobs:
build:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 20.17.0
- run: cd test && npm i
- run: cd test && ./run-tests.sh
- if: always()
run: docker logs test-nginx-1 || true
- if: always()
run: docker logs test-service-1 || true
- if: always()
run: docker logs test-enketo-1 || true