Skip to content

Commit

Permalink
Update test-and-release.yml - run gui tests at node 20 only
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Dec 9, 2024
1 parent b8c444c commit eb57ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'

# Runs admin UI tests on all supported node versions and linux only
# Runs admin UI tests on main node version and linux only
gui-tests:
if: contains(github.event.head_commit.message, '[skip ci]') == false
needs: [check-and-lint, adapter-tests]

runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x, 22.x]
node-version: [20.x]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit eb57ab5

Please sign in to comment.