restructuring

This commit is contained in:
2022-09-05 13:49:40 +02:00
parent 024dfeeeb7
commit 5912458e46
80 changed files with 1679 additions and 1667 deletions

View File

@@ -23,11 +23,11 @@ jobs:
- name: Prepare
run: |
pnpm install
pnpm run ci:prepare
pnpm run test:prepare
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run your tests
run: pnpm run test
run: pnpm run test:run
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2