Skip to content

Commit

Permalink
try mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia committed Dec 5, 2023
1 parent b2da330 commit e57358f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,19 @@ jobs:
ts-build/
run-karma:
# runs-on: ubuntu-32gb-memory-8-core
runs-on:
# group: TestLargeInstances
labels: ubuntu-32gb-memory-8-core
runs-on: macos-12
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
timeout-minutes: 10
timeout-minutes: 4
steps:
- uses: actions/checkout@v2
- uses: ./.github/commands/dependencies/install_yarn_deps
# - 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 e57358f

Please sign in to comment.