Skip to content

Commit

Permalink
Merge pull request #147 from veg/2024-refactoring-RF2
Browse files Browse the repository at this point in the history
2024 refactoring, documentation, and bug fixes.
  • Loading branch information
spond authored Oct 2, 2024
2 parents c701405 + 39d08c1 commit 70f80f9
Show file tree
Hide file tree
Showing 107 changed files with 1,601,298 additions and 1,565,786 deletions.
39 changes: 20 additions & 19 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
- master
- refactor
- 2024-refactoring-RF2
pull_request:
branches:
- main
Expand All @@ -15,22 +16,22 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js '22.x'
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Build the project
run: yarn build
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
- uses: actions/checkout@v4
- name: Use Node.js '22.x'
uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Build the project
run: yarn build
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
Loading

0 comments on commit 70f80f9

Please sign in to comment.