Skip to content

Commit

Permalink
Try stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia committed Dec 5, 2023
1 parent e57358f commit b428128
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
timeout-minutes: 4
timeout-minutes: 8
steps:
- uses: actions/checkout@v2
# - uses: ./.github/commands/dependencies/install_yarn_deps
- uses: actions/setup-node@v2
with:
node-version: '14.17.3'
- run: npm install -g "[email protected]"
- run: yarn
- uses: ./.github/commands/dependencies/install_yarn_deps
# - uses: actions/setup-node@v2
# with:
# node-version: '14.17.3'
# - run: npm install -g "[email protected]"
# - run: yarn
- run: yarn test:browserstack

run-depcheck:
Expand Down

0 comments on commit b428128

Please sign in to comment.