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 2def0ea
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 static_2_7.oauth2_client SET state_required = 't' WHERE state_required is NULL;'

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

0 comments on commit 2def0ea

Please sign in to comment.