Skip to content

Commit 5bde9a9

Browse files
committed
Merge remote-tracking branch 'bend-up/main' into fix/impl-rowcount
2 parents 027fc17 + 0e8c39e commit 5bde9a9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,16 @@ jobs:
5050

5151
integration:
5252
needs: check
53-
runs-on: [self-hosted, Linux, X64, 2c8g, aws]
53+
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: ./.github/actions/setup
5757
with:
58-
runner: aws
5958
cache-key: integration
60-
- name: Get License from S3
61-
run: |
62-
aws s3 cp s3://databend-ci/misc/license-trial.key license.key
63-
aws s3 cp s3://databend-ci/misc/license-trial.json license.json
64-
cat license.json
65-
echo "QUERY_DATABEND_ENTERPRISE_LICENSE=$(cat license.key)" >> $GITHUB_ENV
59+
# - name: Get License from Variable
60+
# run: |
61+
# echo "::add-mask::${{ vars.DATABEND_LICENSE_TRIAL }}"
62+
# echo "QUERY_DATABEND_ENTERPRISE_LICENSE=${{ vars.DATABEND_LICENSE_TRIAL }}" >> $GITHUB_ENV
6663
- run: make -C tests test-core
6764
- run: make -C tests test-driver
6865
- run: make -C tests test-bendsql

0 commit comments

Comments
 (0)