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 45b1e76 commit c8a2ef0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/appiumV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expectHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c8a2ef0

Please sign in to comment.