disable verbose testing

This commit is contained in:
Josh Rabinowitz 2024-02-19 12:08:13 -05:00
parent eed8ab239d
commit 4a35ff06ac

View File

@ -39,7 +39,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run checks - name: Run checks
run: SECRETS_TEST_VERBOSE=1 SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci run: SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci
osx-ci: osx-ci:
runs-on: macos-latest runs-on: macos-latest