Skip to content

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.1.4 to 18.1.5 #21

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.1.4 to 18.1.5

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.1.4 to 18.1.5 #21

Workflow file for this run

---
name: 🧪 Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
test:
name: Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set Up Container Structure Test
id: setup_container_structure_test
uses: ministryofjustice/github-actions/setup-container-structure-test@eaec2bb18f6dd19dd0fcb3cc48f7803a3731b7e5 # v18.1.5
- name: Test
id: test
shell: bash
env:
IMAGE_TAG: ${{ github.sha }}
run: |
make test