Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lcard committed Aug 23, 2023
1 parent b5fcddd commit 52ad2ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: rAPId Integration Tests

on:
push:
branches:
- "**"

workflow_dispatch:

Expand All @@ -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 }}
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 52ad2ef

Please sign in to comment.