We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beed63d commit 7becb76Copy full SHA for 7becb76
.github/workflows/ruby.yml
@@ -104,7 +104,7 @@ jobs:
104
if-no-files-found: warn
105
106
- name: RSpec Report
107
- uses: SonicGarden/rspec-report-action@v6.0.0
+ uses: SonicGarden/rspec-report-action@v2
108
with:
109
token: ${{ secrets.GITHUB_TOKEN }}
110
title: 'Unit tests'
spec/lib/github/build/action_spec.rb
@@ -167,7 +167,7 @@
167
end
168
169
it 'must not change' do
170
- expect(check_suite_new.reload.stages.first.status).to eq('queued')
+ expect(check_suite_new.reload.stages.order(id: :asc).first.status).to eq('queued')
171
172
173
0 commit comments