Skip to content

Commit 0111faf

Browse files
committed
fix: trying to resolve CI issues
* Trying to resolve CI issues with Playwright.
1 parent d137778 commit 0111faf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
basic_node_test:
1313
name: 'Basic tests on ubuntu-latest with nodejs v22 (current LTS version)'
1414
runs-on: ubuntu-latest
15-
defaults:
16-
run:
17-
working-directory: packages/less
1815
steps:
1916
- uses: actions/checkout@v2
2017
- uses: actions/setup-node@v2

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"devDependencies": {
2929
"github-changes": "^1.1.2",
3030
"lerna": "^3.22.1",
31-
"npm-run-all": "^4.1.5"
31+
"npm-run-all": "^4.1.5",
32+
"playwright": "^1.49.0"
3233
}
3334
}

0 commit comments

Comments
 (0)