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.
1 parent e57358f commit b428128Copy full SHA for b428128
.github/workflows/ci.yml
@@ -21,15 +21,15 @@ jobs:
21
env:
22
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
23
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
24
- timeout-minutes: 4
+ timeout-minutes: 8
25
steps:
26
- uses: actions/checkout@v2
27
- # - uses: ./.github/commands/dependencies/install_yarn_deps
28
- - uses: actions/setup-node@v2
29
- with:
30
- node-version: '14.17.3'
31
- - run: npm install -g "yarn@1.22.5"
32
- - run: yarn
+ - uses: ./.github/commands/dependencies/install_yarn_deps
+ # - uses: actions/setup-node@v2
+ # with:
+ # node-version: '14.17.3'
+ # - run: npm install -g "yarn@1.22.5"
+ # - run: yarn
33
- run: yarn test:browserstack
34
35
run-depcheck:
0 commit comments