Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken dev workflow #53

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions .github/workflows/license-checker.yml

This file was deleted.

30 changes: 10 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand All @@ -24,20 +24,10 @@ jobs:
- "3.4.x"
- "stable"
- "dev"
- "2.8.x.x"
- "3.4.x.x"
- "stable-ee"
- "dev-ee"

steps:
- uses: actions/checkout@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
# login to docker to prevent hitting rate-limits etc
with:
username: ${{ secrets.GHA_DOCKERHUB_PULL_USER }}
password: ${{ secrets.GHA_KONG_ORG_DOCKERHUB_PUBLIC_TOKEN }}

- uses: Kong/kong-license@master
# this step is only for Kong Inc internal uses, external users should
Expand All @@ -50,16 +40,16 @@ jobs:
pongo_version: master
kong_version: ${{ matrix.kongVersion }}

# Non-Kong-Inc users should provide their Enterprise license as a secret
# if testing against Enterprise versions.
# Kong Inc users should use the `Kong/kong-license` action, and remove this
license: ${{ secrets.KONG_LICENSE_DATA }}
# # Non-Kong-Inc users should provide their Enterprise license as a secret
# # if testing against Enterprise versions.
# # Kong Inc users should use the `Kong/kong-license` action, and remove this
# license: ${{ secrets.KONG_LICENSE_DATA }}

# the following entry is only for Kong Inc internal use to test against
# the Kong Enterprise development images, external users should
# delete this.
# github token with permissions to clone the kong-ee repo
github_token: ${{ secrets.GHA_KONG_BOT_READ_TOKEN }}
# # the following entry is only for Kong Inc internal use to test against
# # the Kong Enterprise development images, external users should
# # delete this.
# # github token with permissions to clone the kong-ee repo
# github_token: ${{ secrets.GHA_KONG_BOT_READ_TOKEN }}

- run: pongo run -- --Xoutput "--color" --coverage

Expand Down
5 changes: 0 additions & 5 deletions .license-scripts/COPYRIGHT-HEADER

This file was deleted.

1 change: 0 additions & 1 deletion .license-scripts/EE-LICENSE

This file was deleted.

49 changes: 0 additions & 49 deletions .license-scripts/license-checker.sh

This file was deleted.

Loading