Skip to content

Bump cheerio from 1.0.0 to 1.1.2 in /docs #154

Bump cheerio from 1.0.0 to 1.1.2 in /docs

Bump cheerio from 1.0.0 to 1.1.2 in /docs #154

name: Container entrypoint tests
on:
pull_request:
branches: [ main ]
jobs:
entrypoint-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build test container
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: ./build
file: ./build/ci/Dockerfile
push: false
tags: entrypoint-tests
- name: Run Bats tests
run: |
docker run --rm entrypoint-tests