We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a68420 + 8cf5a3d commit e9037baCopy full SHA for e9037ba
.github/workflows/interop-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
browserB: [firefox, chrome]
14
bver: ['unstable']
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
- uses: actions/setup-node@v3
18
- run: npm install
19
- run: BROWSER=${{matrix.browserA}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
9
10
11
12
- run: npm run eslint
0 commit comments