From a2301edc46941bfdf456fdfa6cc0fb02db6d562b Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Fri, 26 Jan 2024 11:32:35 +0100 Subject: [PATCH] try out GHA --- .github/workflows/appiumV2.yml | 2 +- .github/workflows/dtslint.yml | 2 +- .github/workflows/expectHelper.yml | 2 +- .github/workflows/playwright.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/appiumV2.yml b/.github/workflows/appiumV2.yml index 51a97be31..98028cf6a 100644 --- a/.github/workflows/appiumV2.yml +++ b/.github/workflows/appiumV2.yml @@ -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 }} diff --git a/.github/workflows/dtslint.yml b/.github/workflows/dtslint.yml index 2d83361ea..70780da07 100644 --- a/.github/workflows/dtslint.yml +++ b/.github/workflows/dtslint.yml @@ -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 diff --git a/.github/workflows/expectHelper.yml b/.github/workflows/expectHelper.yml index ee5cb9600..d3783ce40 100644 --- a/.github/workflows/expectHelper.yml +++ b/.github/workflows/expectHelper.yml @@ -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 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3e14f8202..5895f6f2f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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