Skip to content

Commit 021a93d

Browse files
committed
chore: update ci
1 parent 72b23f2 commit 021a93d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Run golangci-lint
30-
uses: golangci/golangci-lint-action@v3.2.0
30+
uses: golangci/golangci-lint-action@v3.6.0
3131
with:
3232
version: v1.45.2

.github/workflows/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36+
- uses: Kong/kong-license@master
37+
if: steps.detect_if_should_run_enterprise.outputs.result == 'true'
38+
id: license
39+
with:
40+
password: ${{ secrets.PULP_PASSWORD }}
41+
3642
- name: run unit tests
3743
run: make test.unit
3844

0 commit comments

Comments
 (0)