Skip to content

Commit

Permalink
Small improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolad committed Feb 8, 2021
1 parent 0d5b138 commit 5a9a898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: microsoft/playwright-github-action@v1

- name: Running the tests
run: npm install playwright && yarn test:e2e
run: yarn test:e2e

- name: Archive debug artifacts (screenshots, HTML snapshots)
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"mini-css-extract-plugin": "1.3.4",
"npm-check": "^5.9.2",
"optimize-css-assets-webpack-plugin": "5.0.4",
"playwright": "^1.8.0",
"playwright": "^1.7.0",
"pnp-webpack-plugin": "1.6.4",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-loader": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17004,7 +17004,7 @@ playwright-core@>=1.2.0:
rimraf "^3.0.2"
ws "^7.3.1"

playwright@^1.8.0:
playwright@^1.7.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.8.0.tgz#8eca2250967ee892b9fdfec44e2358455ab0f8e3"
integrity sha512-urMJDLX92KawbkWKrt3chVVBPQsuuNwlS5St7I5YQENXAEItoyUqX7FjiYaoPgXifKqe1+BKC+7pBAq1QUkgSw==
Expand Down

0 comments on commit 5a9a898

Please sign in to comment.