Skip to content

Commit f6b61af

Browse files
authored
Update testcafe.yml
1 parent 8f435cf commit f6b61af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testcafe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: start a server
4242
run: "php -S 127.0.0.1:8000 -t test/data/app &"
4343
- name: run unit tests
44-
run: xvfb-run --server-args="-screen 0 1280x720x24" ./node_modules/.bin/mocha test/helper/TestCafe_test.js
44+
run: npm run test:unit:webbapi:testCafe

0 commit comments

Comments
 (0)