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 a3436c8 commit 90efa4dCopy full SHA for 90efa4d
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Run RSpec
45
run: |
46
bundle exec rspec
47
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
48
if: failure()
49
with:
50
name: Screenshots and logs
app/models/user.rb
@@ -3,5 +3,4 @@ class User < ApplicationRecord
3
4
has_many :estimates
5
has_many :comments
6
-
7
end
0 commit comments