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 b52c6c0 commit 1968a2aCopy full SHA for 1968a2a
.github/workflows/rails_application.yml
@@ -185,6 +185,7 @@ jobs:
185
env:
186
NUM_GROUPS_FROM_CI: ${{ needs.determine_run_parameters.outputs.num_groups }}
187
DEBUG_TRANSFORMATIONS: true
188
+ DISABLE_EVENT_TRANSFORMATIONS: true
189
run: |
190
echo "Waiting for PostgreSQL to be ready..."
191
until pg_isready -h localhost -p 5432 -U "postgres" -d "cqrs-es-sample-with-res_test"; do
0 commit comments