mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
re-enable SECRETS_TEST_VERBOSE=1 for testing
This commit is contained in:
parent
4a35ff06ac
commit
0b794fd662
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -39,7 +39,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci
|
run: SECRETS_TEST_VERBOSE=1 SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci
|
||||||
|
# SECRETS_TEST_VERBOSE=1 above makes alpine tests work, otherwise it fails 3 tests
|
||||||
|
|
||||||
|
|
||||||
osx-ci:
|
osx-ci:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user