Skip to content

Commit

Permalink
Merge pull request #207 from Aleksey28/master
Browse files Browse the repository at this point in the history
github-actions: added prepare action before test
  • Loading branch information
AlexKamaev authored Oct 13, 2023
2 parents cdeb23b + 5911844 commit 2ea3f75
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
environment: CI

env:
DISPLAY: ':99.0'
Expand All @@ -20,12 +21,9 @@ jobs:
sleep 3
fluxbox >/dev/null 2>&1 &
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
- uses: DevExpress/testcafe-build-system/actions/prepare@main
with:
node-version: 'latest'

- run: npm install --force

- run: npm ci --legacy-peer-deps
- run: npm run test

0 comments on commit 2ea3f75

Please sign in to comment.