Skip to content

update base image to node20.17-alpine3.20 #404

update base image to node20.17-alpine3.20

update base image to node20.17-alpine3.20 #404

Workflow file for this run

name: Tests
on:
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install modules
run: npm install
- name: Build the docker-compose stack
run: docker compose -f docker-compose.testing.yaml up -d
- name: Run integration tests
run: npm run test:integration
env:
ENVIRONMENT: CI
JWT_TOKEN: 123
JWT_TOKEN_LOGIN: 456
OPT_OUT_ANALYTICS: true