Skip to content

Commit 57ebe32

Browse files
committed
Fix workflows
1 parent 16e1904 commit 57ebe32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rails_graphql_federation_books_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Run RSpec
8989
run: |
9090
cd ${{ env.rails_app_root }}
91-
sleep 5 # Waiting for Kafka to become available
91+
sleep 5 # Waiting for Kafka to become available
9292
./bin/rspec --format json --out tmp/rspec_results.json
9393
9494
- name: Generate RSpec report

0 commit comments

Comments
 (0)