Skip to content

Commit

Permalink
PP-12015: Add GHA job to check docker base images are manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfharden committed Jan 2, 2024
1 parent 692682c commit 20f2df4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Github Actions Tests

on:
workflow_dispatch:
workflow_call:
pull_request:

Expand Down Expand Up @@ -134,3 +135,6 @@ jobs:
npm run cypress:server > /dev/null 2>&1 &
sleep 5
npm run cypress:test
check-docker-base-images-are-manifests:
uses: alphagov/pay-ci/.github/workflows/_validate_docker_image_is_manifest.yml@pp-12015/add-reusable-workflow-to-check-manifests

0 comments on commit 20f2df4

Please sign in to comment.