diff --git a/.github/workflows/development-build-and-deploy.yml b/.github/workflows/development-build-and-deploy.yml index d9eb4319..23f63410 100644 --- a/.github/workflows/development-build-and-deploy.yml +++ b/.github/workflows/development-build-and-deploy.yml @@ -71,6 +71,6 @@ jobs: name: Run smoke tests needs: deploy-to-dev secrets: inherit - uses: ./.github/workflows/playwright.yml + uses: ./tests/Dfe.EarlyYearsQualification.SmokeTests/playwright/.github/workflows/playwright.yml with: webapp_url: ${{ vars.WEBAPP_NAME }} \ No newline at end of file diff --git a/.github/workflows/playwright.yml b/tests/Dfe.EarlyYearsQualification.SmokeTests/playwright/.github/workflows/playwright.yml similarity index 100% rename from .github/workflows/playwright.yml rename to tests/Dfe.EarlyYearsQualification.SmokeTests/playwright/.github/workflows/playwright.yml