Skip to content

Commit

Permalink
try out GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 26, 2024
1 parent e2b4257 commit a2301ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appiumV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: actions/checkout@v4
- name: Appium common steps
uses: CodeceptJS/CodeceptJS/.github/actions/checkoutAndInstallLibs.steps.yml
uses: CodeceptJS/CodeceptJS/.github/actions/checkoutAndInstallLibs.steps.yml@3.x

- name: Run Appium Tests
run: npm run test:${{ matrix.test-suite }}
2 changes: 1 addition & 1 deletion .github/workflows/dtslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Checkout and install dependencies steps
uses: CodeceptJS/CodeceptJS/.github/actions/checkoutAndInstallLibs.steps.yml
uses: CodeceptJS/CodeceptJS/.github/actions/checkoutAndInstallLibs.steps.yml@3.x

- run: npm run def && npm run dtslint
2 changes: 1 addition & 1 deletion .github/workflows/expectHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/checkout@v4
- name: Checkout and install dependencies steps
uses: CodeceptJS/CodeceptJS/.github/actions/checkoutAndInstallLibs.steps.yml
uses: CodeceptJS/CodeceptJS/.github/actions/checkoutAndInstallLibs.steps.yml@3.x

- name: run unit tests
run: ./node_modules/.bin/mocha test/helper/Expect_test.js --timeout 5000
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:

- uses: actions/checkout@v4
- name: Checkout and install dependencies steps
uses: CodeceptJS/CodeceptJS/.github/actions/checkoutAndInstallLibs.steps.yml
uses: CodeceptJS/CodeceptJS/.github/actions/checkoutAndInstallLibs.steps.yml@3.x

- name: Playwright common steps
uses: CodeceptJS/CodeceptJS/.github/actions/playwright.steps.yml
uses: CodeceptJS/CodeceptJS/.github/actions/playwright.steps.yml@3.x

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

0 comments on commit a2301ed

Please sign in to comment.