Skip to content

chore(deps): update dependency express-openapi-validator to ^5.4.0 #2453

chore(deps): update dependency express-openapi-validator to ^5.4.0

chore(deps): update dependency express-openapi-validator to ^5.4.0 #2453

Workflow file for this run

name: Integration Testing
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
name: Integration Testing
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: true
- name: Create coverage directory
run: install -d coverage -m 0777
- name: Set up auth token
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc.local
- name: Run tests
run: docker compose -f docker-compose-ci.yml up --build --abort-on-container-exit --renew-anon-volumes
- name: Run codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
flags: integration-tests