File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 31
31
node-version : ${{ matrix.node-version }}
32
32
33
33
- name : Appium common steps
34
- uses : CodeceptJS/CodeceptJS /.github/actions/checkoutAndInstallLibs.steps.yml
34
+ uses : . /.github/actions/checkoutAndInstallLibs.steps.yml
35
35
36
36
- name : Run Appium Tests
37
37
run : npm run test:${{ matrix.test-suite }}
Original file line number Diff line number Diff line change 21
21
node-version : ${{ matrix.node-version }}
22
22
23
23
- name : Checkout and install dependencies steps
24
- uses : CodeceptJS/CodeceptJS /.github/actions/checkoutAndInstallLibs.steps.yml
24
+ uses : . /.github/actions/checkoutAndInstallLibs.steps.yml
25
25
26
26
- name : Configure git user
27
27
run : |
Original file line number Diff line number Diff line change 22
22
node-version : ${{ matrix.node-version }}
23
23
24
24
- name : Checkout and install dependencies steps
25
- uses : CodeceptJS/CodeceptJS /.github/actions/checkoutAndInstallLibs.steps.yml
25
+ uses : . /.github/actions/checkoutAndInstallLibs.steps.yml
26
26
27
27
- run : npm run def && npm run dtslint
Original file line number Diff line number Diff line change 28
28
node-version : ${{ matrix.node-version }}
29
29
30
30
- name : Checkout and install dependencies steps
31
- uses : CodeceptJS/CodeceptJS/ .github/actions/checkoutAndInstallLibs.steps.yml@consolidate-test-env-in-gha
31
+ uses : ./ .github/actions/checkoutAndInstallLibs.steps.yml
32
32
33
33
- name : run unit tests
34
34
run : ./node_modules/.bin/mocha test/helper/Expect_test.js --timeout 5000
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
27
27
steps :
28
28
- name : Checkout and install dependencies steps
29
- uses : CodeceptJS/CodeceptJS /.github/actions/checkoutAndInstallLibs.steps.yml
29
+ uses : . /.github/actions/checkoutAndInstallLibs.steps.yml
30
30
31
31
- name : Playwright common steps
32
- uses : CodeceptJS/CodeceptJS /.github/actions/playwright.steps.yml
32
+ uses : . /.github/actions/playwright.steps.yml
33
33
34
34
- name : run chromium unit tests
35
35
run : ./node_modules/.bin/mocha test/helper/Playwright_test.js --timeout 5000
@@ -50,10 +50,10 @@ jobs:
50
50
node-version : ${{ matrix.node-version }}
51
51
52
52
- name : Checkout and install dependencies steps
53
- uses : CodeceptJS/CodeceptJS /.github/actions/checkoutAndInstallLibs.steps.yml
53
+ uses : . /.github/actions/checkoutAndInstallLibs.steps.yml
54
54
55
55
- name : Playwright common steps
56
- uses : CodeceptJS/CodeceptJS /.github/actions/playwright.steps.yml
56
+ uses : . /.github/actions/playwright.steps.yml
57
57
58
58
- name : run ${{ matrix.browser }} tests
59
59
run : BROWSER=${{ matrix.browser }} node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug
You can’t perform that action at this time.
0 commit comments