We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e1904 commit 57ebe32Copy full SHA for 57ebe32
.github/workflows/rails_graphql_federation_books_ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Run RSpec
89
run: |
90
cd ${{ env.rails_app_root }}
91
- sleep 5 # Waiting for Kafka to become available
+ sleep 5 # Waiting for Kafka to become available
92
./bin/rspec --format json --out tmp/rspec_results.json
93
94
- name: Generate RSpec report
0 commit comments