Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Oct 25, 2024
1 parent ff17905 commit 0104760
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/appsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@ jobs:
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@v3

# TODO When next job fails, update postgres job to node/latest
postgres-fail-on-support:
runs-on: ubuntu-latest
env:
PG_TEST_NATIVE: 'true'
PLUGINS: pg
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/node/setup
- uses: ./.github/actions/install
- uses: ./.github/actions/node/latest
- run: if yarn services; then exit -1; else exit 0; fi

mysql:
runs-on: ubuntu-latest
services:
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -880,19 +880,13 @@ jobs:
- uses: codecov/codecov-action@v3
- if: always()
uses: ./.github/actions/testagent/logs

# TODO When next job fails, update postgres job to node/latest
postgres-fail-on-support:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:9.5
env:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
env:
PG_TEST_NATIVE: 'true'
PLUGINS: pg
SERVICES: postgres
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/node/setup
Expand Down

0 comments on commit 0104760

Please sign in to comment.