Skip to content

Commit

Permalink
github-actions: added prepare action before test (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 authored Oct 16, 2023
1 parent 0744592 commit 76e85b7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ jobs:
test:
name: test
runs-on: windows-latest
environment: CI
steps:
- name: Setup Node
uses: actions/setup-node@v2
- uses: DevExpress/testcafe-build-system/actions/prepare@main
with:
node-version: '16'
- run: node -v
- name: Check out the repository
uses: actions/checkout@v2
- name: Npm install
run: npm install
- run: npm ci --legacy-peer-deps
- name: Run Tests
run: npm run test

0 comments on commit 76e85b7

Please sign in to comment.