Skip to content

Commit bf822ae

Browse files
committed
try out GHA
1 parent 60de076 commit bf822ae

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/appiumV2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: ${{ matrix.node-version }}
3232

3333
- name: Appium common steps
34-
uses: ./.github/actions/checkoutAndInstallLibs.steps.yml
34+
uses: ./.github/workflows/checkoutAndInstallLibs.steps.yml
3535

3636
- name: Run Appium Tests
3737
run: npm run test:${{ matrix.test-suite }}

.github/workflows/doc-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222

2323
- name: Checkout and install dependencies steps
24-
uses: ./.github/actions/checkoutAndInstallLibs.steps.yml
24+
uses: ./.github/workflows/checkoutAndInstallLibs.steps.yml
2525

2626
- name: Configure git user
2727
run: |

.github/workflows/dtslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323

2424
- name: Checkout and install dependencies steps
25-
uses: ./.github/actions/checkoutAndInstallLibs.steps.yml
25+
uses: ./.github/workflows/checkoutAndInstallLibs.steps.yml
2626

2727
- run: npm run def && npm run dtslint

.github/workflows/expectHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929

3030
- name: Checkout and install dependencies steps
31-
uses: ./.github/actions/checkoutAndInstallLibs.steps.yml
31+
uses: ./.github/workflows/checkoutAndInstallLibs.steps.yml
3232

3333
- name: run unit tests
3434
run: ./node_modules/.bin/mocha test/helper/Expect_test.js --timeout 5000

.github/workflows/playwright.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626

2727
steps:
2828
- name: Checkout and install dependencies steps
29-
uses: ./.github/actions/checkoutAndInstallLibs.steps.yml
29+
uses: ./.github/workflows/checkoutAndInstallLibs.steps.yml
3030

3131
- name: Playwright common steps
32-
uses: ./.github/actions/playwright.steps.yml
32+
uses: ./.github/workflows/playwright.steps.yml
3333

3434
- name: run chromium unit tests
3535
run: ./node_modules/.bin/mocha test/helper/Playwright_test.js --timeout 5000
@@ -50,10 +50,10 @@ jobs:
5050
node-version: ${{ matrix.node-version }}
5151

5252
- name: Checkout and install dependencies steps
53-
uses: ./.github/actions/checkoutAndInstallLibs.steps.yml
53+
uses: ./.github/workflows/checkoutAndInstallLibs.steps.yml
5454

5555
- name: Playwright common steps
56-
uses: ./.github/actions/playwright.steps.yml
56+
uses: ./.github/workflows/playwright.steps.yml
5757

5858
- name: run ${{ matrix.browser }} tests
5959
run: BROWSER=${{ matrix.browser }} node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug

0 commit comments

Comments
 (0)