Skip to content

Commit eb070e3

Browse files
committed
ci: Activate pro features tests in ci with new licence
1 parent 601cee2 commit eb070e3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/feature-branches.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
NEXUS3_LICENSE_B64_ENCODED: ${{ secrets.NEXUS3_LICENSE_B64_ENCODED }}
2121
AZURE_STORAGE_ACCOUNT_KEY: ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}
2222
run: |
23-
# Temporarily disabled due to expired license. See https://github.com/datadrivers/terraform-provider-nexus/issues/358
24-
# echo "${NEXUS3_LICENSE_B64_ENCODED}" | base64 -d > scripts/license.lic
23+
echo "${NEXUS3_LICENSE_B64_ENCODED}" | base64 -d > scripts/license.lic
2524
make start-services
2625
2726
test -s scripts/license.lic || export SKIP_PRO_TESTS="true"

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/commitizen-tools/commitizen
8-
rev: v2.27.1
8+
rev: v3.6.0
99
hooks:
1010
- id: commitizen
1111
stages: [commit-msg]

0 commit comments

Comments
 (0)