We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff87aec commit 8431e6eCopy full SHA for 8431e6e
.github/workflows/main.yml
@@ -47,6 +47,11 @@ jobs:
47
run: |
48
source ./.venv/bin/activate
49
python -m connector_packager.package --validate-only $GITHUB_WORKSPACE/cratedb-tableau-connector/cratedb_jdbc
50
+
51
+ cat packaging_logs.txt
52
53
+ # If validation fails, stop the job.
54
+ grep 'Validation succeeded' packaging_logs.txt
55
56
- name: Build connector
57
if: ${{ github.event_name == 'release' }}
0 commit comments