Skip to content

Commit b428128

Browse files
committed
Try stuff
1 parent e57358f commit b428128

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
env:
2222
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
2323
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
24-
timeout-minutes: 4
24+
timeout-minutes: 8
2525
steps:
2626
- 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
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
3333
- run: yarn test:browserstack
3434

3535
run-depcheck:

0 commit comments

Comments
 (0)