Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
clemblanco committed Feb 15, 2025
1 parent cefdfd1 commit ab699ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node }}
- name: Setup Node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install NPM dependencies
run: |
npm install
npx playright install
npm run playright -- install
- name: Unit Tests
run: composer test:unit
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"directories": {
"test": "tests"
},
"scripts": {},
"scripts": {
"playright": "playright"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pestphp/pest-plugin-browser.git"
Expand Down

0 comments on commit ab699ab

Please sign in to comment.