Skip to content

Bump docker/build-push-action from 6.10.0 to 6.13.0 #255

Bump docker/build-push-action from 6.10.0 to 6.13.0

Bump docker/build-push-action from 6.10.0 to 6.13.0 #255

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches: [ '*' ]
types:
- opened
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
check-latest: true
cache: npm
- run: npm ci
- run: npm test
- uses: tintef/nyc-reporter-action@66a40cea2d02fdb0ac8fa045a7355cbbf9b991a1
with:
GITHUB_TOKEN: ${{ github.token }}
SKIP_COVERAGE_FOLDER: true