Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia committed Dec 5, 2023
1 parent b428128 commit bb4a872
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,15 @@ jobs:
ts-build/
run-karma:
runs-on: macos-12
runs-on: ubuntu-latest
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
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
- run: yarn test:browserstack
- run: yarn karma start karma.browserstack.js

run-depcheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb4a872

Please sign in to comment.