From c8a2ef036b046f900d2228158e8e6c36e688094e Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Fri, 26 Jan 2024 11:29:14 +0100 Subject: [PATCH] try out GHA --- .github/workflows/appiumV2.yml | 3 ++- .github/workflows/expectHelper.yml | 2 +- .github/workflows/playwright.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/appiumV2.yml b/.github/workflows/appiumV2.yml index eae31f9ea..ecc76314d 100644 --- a/.github/workflows/appiumV2.yml +++ b/.github/workflows/appiumV2.yml @@ -25,11 +25,12 @@ jobs: test-suite: ['appium-quick', 'appium-other', 'ios:appium-quick', 'ios:appium-other'] steps: - - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + + - uses: actions/checkout@v4 - name: Appium common steps uses: ./.github/actions/checkoutAndInstallLibs.steps.yml diff --git a/.github/workflows/expectHelper.yml b/.github/workflows/expectHelper.yml index fa4de2600..072e1fb5b 100644 --- a/.github/workflows/expectHelper.yml +++ b/.github/workflows/expectHelper.yml @@ -22,12 +22,12 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + - uses: actions/checkout@v4 - name: Checkout and install dependencies steps uses: ./.github/actions/checkoutAndInstallLibs.steps.yml diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index acfc50dfe..bb78c520a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -44,12 +44,12 @@ jobs: browser: [ 'chromium', 'firefox', 'webkit' ] steps: - - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + - uses: actions/checkout@v4 - name: Checkout and install dependencies steps uses: ./.github/actions/checkoutAndInstallLibs.steps.yml