Skip to content
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ jobs:
- uses: DevExpress/testcafe-build-system/actions/prepare@main

- uses: DevExpress/testcafe-build-system/actions/build@main


test:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: DevExpress/testcafe-build-system/actions/prepare@main

- uses: DevExpress/testcafe-build-system/actions/test-npm@main

- name: Install dependencies
shell: bash
run: npm ci --legacy-peer-deps

- name: Run tests
shell: bash
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
with:
task: test
run: npm run test

Loading