Skip to content

Commit

Permalink
remove amp validation cicd step
Browse files Browse the repository at this point in the history
  • Loading branch information
SiAdcock committed Jan 7, 2025
1 parent 17d98a7 commit 042f86d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 94 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/amp.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
with:
container-image: ${{ needs.container.outputs.container-image }}

amp:
needs: [container]
uses: ./.github/workflows/amp.yml
with:
container-image: ${{ needs.container.outputs.container-image }}

publish:
permissions:
id-token: write
Expand Down
4 changes: 0 additions & 4 deletions dotcom-rendering/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ playwright-open: clear clean-dist install build
$(call log, "starting DEV server and opening Playwright UI")
@pnpm playwright:open

ampValidation: clean-dist install
$(call log, "starting AMP Validation test")
@node scripts/test/amp-validation.js

buildCheck:
$(call log, "checking build files")
@node ./scripts/test/build-check.js
Expand Down
58 changes: 0 additions & 58 deletions dotcom-rendering/scripts/test/amp-validation.js

This file was deleted.

0 comments on commit 042f86d

Please sign in to comment.