diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c51c387..c01fa6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,15 @@ concurrency: group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}" cancel-in-progress: true +env: + FLOX_DISABLE_METRICS: "true" + jobs: test-action: name: "Github Action Test" runs-on: ${{ matrix.os }} + timeout-minutes: 30 strategy: matrix: