Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Nov 20, 2023
1 parent 9e48975 commit 561d19d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
fail-fast: false
matrix:
kongVersion:
- "2.0.x"
- "2.3.x"
- "2.8.x"
- "3.0.x"
- "dev"
- "3.0.0.x"
- "dev-ee"
- "3.5.x"

steps:
- uses: actions/checkout@v4
Expand All @@ -34,7 +36,7 @@ jobs:
ln -s $(realpath kong-pongo/pongo.sh) ~/.local/bin/pongo
# - run: pongo run -- --coverage
- run: pongo run # code coverage flag is added to https://github.com/nawaz1991/kong-pongo/blob/master/pongo.sh#L1161
# - run: pongo run # code coverage flag is added to https://github.com/nawaz1991/kong-pongo/blob/master/pongo.sh#L1161

# Optional upload of coverage data,
# just ugly, something to fix...
Expand All @@ -47,6 +49,7 @@ jobs:
continue-on-error: true
run: |
luarocks install luacov-coveralls
pongo run
pwd
ls -la
luacov-coveralls
Expand Down

0 comments on commit 561d19d

Please sign in to comment.