Skip to content

Commit

Permalink
revert push changes and update chromedriver to 115
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious committed Aug 8, 2023
1 parent 30310a4 commit 99b53e9
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 96 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
name: Tests

on:
push:
branches:
- "**" # all branches
- "!master" # except master
- "!develop" # except develop

env:
# Point tests to run from newest stable chromedriver
CHROMEDRIVER_PATH: /usr/local/bin/chromedriver
on: [push]

jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -30,6 +21,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -51,6 +43,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -75,6 +68,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -96,6 +90,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -117,6 +112,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -135,6 +131,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -153,6 +150,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -170,6 +168,7 @@ jobs:
axe_core_test:
if: github.ref_name == 'master' || startsWith(github.ref_name, 'release')
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand Down
46 changes: 23 additions & 23 deletions packages/webdriverio/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 packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/test-listen": "^1.1.0",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
"chromedriver": "^113.0.0",
"chromedriver": "^115.0.1",
"cross-dirname": "^0.1.0",
"delay": "^5.0.0",
"express": "^4.18.2",
Expand Down
Loading

0 comments on commit 99b53e9

Please sign in to comment.