Skip to content

chore(deps): update docker/build-push-action action to v6.8.0 #1988

chore(deps): update docker/build-push-action action to v6.8.0

chore(deps): update docker/build-push-action action to v6.8.0 #1988

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
flags: integration-tests