Skip to content

Commit

Permalink
Changing tests to run on kong version 3.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hafstroem committed Sep 25, 2024
1 parent 28cc53d commit 8572243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
args: kong spec
unit-tests:
needs: linting
name: Running unit tests.
name: Running tests.
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: Kong/kong-pongo-action@v1
with:
kong_version: "2.8.x"
kong_version: "3.5.x"
- run: pongo run

build_rock:
Expand Down

0 comments on commit 8572243

Please sign in to comment.