Skip to content

Commit

Permalink
Fix browser tests in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylinski committed Jul 23, 2023
1 parent b4a54ad commit ff7b16a
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
browser:
name: Test (Browser)
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-22.04'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
63 changes: 45 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "^0.0.100",
"@playwright/test": "^1.27.1",
"@playwright/test": "^1.36.1",
"aws-sdk": "^2.1.49",
"babel-loader": "^5.0.0",
"babel-runtime": "^5.1.10",
Expand Down
File renamed without changes.

0 comments on commit ff7b16a

Please sign in to comment.