Skip to content

fix: moved logic into a singleton component to be nested under the re… #1879

fix: moved logic into a singleton component to be nested under the re…

fix: moved logic into a singleton component to be nested under the re… #1879

Workflow file for this run

name: Test Site on S3
on: [push, pull_request]
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
build:
uses: ./.github/workflows/build_testsite.yml
secrets: inherit
lighthouse-testing:
needs: build
uses: ./.github/workflows/lighthouse_testing.yml
secrets: inherit
cypress-testing:
uses: ./.github/workflows/cypress_testing.yml