Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackowski committed Aug 4, 2023
1 parent 803e6fe commit 2bc5033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testcafe-workflow.yml
Expand Up @@ -15,4 +15,4 @@ jobs:
run: npm install
- uses: DevExpress/testcafe-action@latest
with:
args: "--page-load-timeout 60000 --app-init-delay 60000 --selector-timeout 30000 --app \"npm run pretest\" chrome:headless tests"
args: "--page-load-timeout 60000 --app-init-delay 60000 --selector-timeout 30000 --app \"npm install ; npm run pretest\" chrome:headless tests"

0 comments on commit 2bc5033

Please sign in to comment.