Skip to content

Commit

Permalink
Fix NULL values
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 11, 2024
1 parent abf0873 commit 0665578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- run: c2cciutils-docker-logs
if: always()

- name: Fix null values
run: docker compose exec tools psql -c 'UPDATE main_2_7.tsearch SET label = 'no-label' WHERE label is NULL;'

- name: Run the acceptance tests
run: make acceptance
- run: c2cciutils-docker-logs
Expand Down

0 comments on commit 0665578

Please sign in to comment.