Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann authored Jan 16, 2025
1 parent eddfdb4 commit 69e4489
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ jobs:
with:
node-version: ${{ matrix.node }}


- name: Install Playwright Dependencies
uses: microsoft/playwright-github-action@v1

- name: Install NPM Dependencies
run: npm install @qooxdoo/framework --no-save --no-package-lock

run: |
npm install @qooxdoo/framework --no-save --no-package-lock
npx playwright install --with-deps
- name: Run Tests
run: ./runtests.sh
Expand Down

0 comments on commit 69e4489

Please sign in to comment.