Skip to content

Commit c798da3

Browse files
committed
ci(supabase): test on active LTS
1 parent fdf311c commit c798da3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/plugins/test/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Plugin Tests
22
description: Run plugin tests
33
inputs:
44
node-floor:
5-
description: 'Lower Node alias: oldest-maintenance-lts or newest-maintenance-lts.'
5+
description: 'Lower Node alias: oldest-maintenance-lts, newest-maintenance-lts, or active-lts.'
66
required: false
77
default: oldest-maintenance-lts
88
suffix:
@@ -16,6 +16,8 @@ runs:
1616
uses: ./.github/actions/node/oldest-maintenance-lts
1717
- if: ${{ inputs.node-floor == 'newest-maintenance-lts' }}
1818
uses: ./.github/actions/node/newest-maintenance-lts
19+
- if: ${{ inputs.node-floor == 'active-lts' }}
20+
uses: ./.github/actions/node/active-lts
1921
- uses: ./.github/actions/install
2022
- run: npm run test:plugins:ci
2123
shell: bash

.github/workflows/apm-integrations.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,8 @@ jobs:
13811381
steps:
13821382
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
13831383
- uses: ./.github/actions/plugins/test
1384+
with:
1385+
node-floor: active-lts
13841386

13851387
tedious:
13861388
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)