Skip to content

chore(deps): update actions/checkout action to v4.2.1 #2087

chore(deps): update actions/checkout action to v4.2.1

chore(deps): update actions/checkout action to v4.2.1 #2087

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
with:
flags: integration-tests