From 600994e5d2a252d40e16c8036b7ccfd120d72406 Mon Sep 17 00:00:00 2001 From: Daniel Clarke Date: Thu, 7 Nov 2024 14:25:23 +0000 Subject: [PATCH] test --- .github/workflows/development-build-and-deploy.yml | 2 +- .../playwright/.github}/workflows/playwright.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {.github => tests/Dfe.EarlyYearsQualification.SmokeTests/playwright/.github}/workflows/playwright.yml (100%) 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