Skip to content

Commit 1968a2a

Browse files
committed
Temporarily disable transformations for the CI step to debug issues with NoMethodError: undefined method `iso8601' for nil (NoMethodError).
1 parent b52c6c0 commit 1968a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rails_application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
env:
186186
NUM_GROUPS_FROM_CI: ${{ needs.determine_run_parameters.outputs.num_groups }}
187187
DEBUG_TRANSFORMATIONS: true
188+
DISABLE_EVENT_TRANSFORMATIONS: true
188189
run: |
189190
echo "Waiting for PostgreSQL to be ready..."
190191
until pg_isready -h localhost -p 5432 -U "postgres" -d "cqrs-es-sample-with-res_test"; do

0 commit comments

Comments
 (0)