diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 721dddfbb2f..05b5bd33746 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: PGUSER: discourse PGPASSWORD: discourse USES_PARALLEL_DATABASES: ${{ matrix.build_type == 'backend' || matrix.build_type == 'system' }} - CABPYARA_DEFAULT_MAX_WAIT_TIME: 10 + CAPYBARA_DEFAULT_MAX_WAIT_TIME: 10 strategy: fail-fast: false