pull/1070/merge
Josh Rabinowitz 3 months ago committed by GitHub
commit b102b07d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run checks
run: SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci
run: |
whoami
pwd
SECRETS_TEST_VERBOSE=1 SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci
# SECRETS_TEST_VERBOSE=1 above made alpine tests work once, otherwise it fails 3 tests.
# BUT we could not reproduce this
osx-ci:
runs-on: macos-latest

Loading…
Cancel
Save