Skip to content

Commit efae6e2

Browse files
committed
ci: bypass env BUILD_PROFILE for sqllogic test
1 parent a6e2fda commit efae6e2

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/actions/test_sqllogic_cluster_linux/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
run: |
2929
docker run --rm --tty --net=host \
3030
--user $(id -u):$(id -g) \
31+
--env BUILD_PROFILE \
3132
--volume "${PWD}:/workspace" \
3233
--workdir "/workspace" \
3334
datafuselabs/build-tool:sqllogic \

.github/actions/test_sqllogic_standalone_linux/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
run: |
2929
docker run --rm --tty --net=host \
3030
--user $(id -u):$(id -g) \
31+
--env BUILD_PROFILE \
3132
--volume "${PWD}:/workspace" \
3233
--workdir "/workspace" \
3334
datafuselabs/build-tool:sqllogic \

.github/actions/test_sqllogic_standalone_macos/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,3 @@ runs:
3232
shell: bash
3333
run: |
3434
bash ./scripts/ci/ci-run-sqllogic-tests.sh ${{ inputs.dirs }}
35-
36-
# - name: Upload failure
37-
# if: failure()
38-
# uses: ./.github/actions/artifact_failure
39-
# with:
40-
# name: test-sqllogic-standalone-macos

0 commit comments

Comments
 (0)