Skip to content

Commit

Permalink
run less patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Nov 17, 2022
1 parent f6514dc commit 6bc3dc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
if [ "$TEST_SUITE" == "integration" ]; then
if [[ "$TEST_SPLIT" == first* ]]; then
# GitHub Actions, run first batch of integration tests
eval "$TEST_CMD" $(ls -d spec/02-integration/* | sort | grep -v 05-proxy)
eval "$TEST_CMD" spec/02-integration/09-hybrid_mode/10-forward-proxy_spec.lua

elif [[ "$TEST_SPLIT" == second* ]]; then
# GitHub Actions, run second batch of integration tests
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ jobs:
strategy:
fail-fast: false
matrix:
suite: [integration, plugins]
split: [first (01-04), second (>= 05)]
suite: [integration]
split: [first (01-04)]

env:
KONG_TEST_PG_DATABASE: kong
Expand Down Expand Up @@ -246,6 +246,7 @@ jobs:
name: DB-less integration tests
runs-on: ubuntu-22.04
needs: build
if: false

env:
KONG_TEST_PG_DATABASE: kong
Expand Down Expand Up @@ -312,6 +313,7 @@ jobs:
name: C* ${{ matrix.cassandra_version }} ${{ matrix.suite }} - ${{ matrix.split }} tests
runs-on: ubuntu-22.04
needs: build
if: false

strategy:
fail-fast: false
Expand Down Expand Up @@ -415,6 +417,7 @@ jobs:
name: PDK tests
runs-on: ubuntu-22.04
needs: build
if: false

env:
TEST_SUITE: pdk
Expand Down

0 comments on commit 6bc3dc6

Please sign in to comment.