Skip to content

Commit

Permalink
use : not =
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Oct 15, 2024
1 parent 5f13e93 commit f564633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,14 @@ jobs:
- name: Test extension (inside docker)
if: ${{ matrix.duckdb_arch != 'linux_arm64' && inputs.skip_tests == false }}
env:
LINUX_TESTS_IN_DOCKER=1
LINUX_TESTS_IN_DOCKER: 1
run: |
docker run --env-file=docker_env.txt -v `pwd`:/duckdb_build_dir -v `pwd`/ccache_dir:/ccache_dir duckdb/${{ matrix.duckdb_arch }} make test_release
- name: Test extension (outside docker)
if: ${{ matrix.duckdb_arch != 'linux_arm64' && inputs.skip_tests == false }}
env:
LINUX_TESTS_OUTSIDE_DOCKER=1
LINUX_TESTS_OUTSIDE_DOCKER: 1
run: |
make test_release
Expand Down

0 comments on commit f564633

Please sign in to comment.