diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index dd280c9..e40849b 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -1,9 +1,6 @@ name: rAPId Integration Tests on: - push: - branches: - - "**" workflow_dispatch: @@ -29,11 +26,11 @@ jobs: npm install - name: Install playwright browsers - run: npx playwright install-deps && npx playwright install + run: npm install @playwright/test -D - name: run playwright tests run: npx playwright test ui/playwright env: - DOMAIN: ${{ secrets.DOMAIN }} + DOMAIN: "https://${{ secrets.DOMAIN }}" RESOURCE_PREFIX: ${{ secrets.RESOURCE_PREFIX }} AWS_REGION: ${{ secrets.AWS_REGION }} diff --git a/requirements.txt b/requirements.txt index a800c2c..1a91b58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -bandit==1.7.5 -detect-secrets==1.4.0 -mkdocs==1.5.1 -mkdocs-material==9.1.21 -mkdocstrings[python]==1.2.1 +bandit +detect-secrets +mkdocs +mkdocs-material +mkdocstrings[python]