Skip to content

Commit

Permalink
use lts for smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious committed Jul 16, 2024
1 parent 972f277 commit 1aa4a0a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd cypress/basic && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd cypress/iframes && npm install
- run: cd cypress/iframes && node server.js &
- run: cd cypress/iframes && npm install && npm test
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd cypress/manual-mode && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd cypress/multi-page && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npx playwright install
- run: cd playwright/basic && npm install && npm test
env:
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npx playwright install
- run: cd playwright/manual-mode && npm install && npm test
env:
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npx playwright install
- run: cd playwright/typescript-multi-page && npm install && npm test
env:
Expand All @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npx playwright install
- run: cd playwright-test/basic && npm install && npm test
env:
Expand All @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npx playwright install
- run: cd playwright-test/multi-page && npm install && npm test
env:
Expand All @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd puppeteer/basic && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -129,7 +129,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd puppeteer/typescript-multi-page && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -141,7 +141,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd wdio/test-runner/typescript && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd wdio/typescript-multi-page && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -176,7 +176,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd webdriverjs/basic && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -187,7 +187,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd webdriverjs/testing && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand All @@ -198,7 +198,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd webdriverjs/typescript-multi-page && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}

0 comments on commit 1aa4a0a

Please sign in to comment.