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 944f170 commit ef108caCopy full SHA for ef108ca
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
env:
48
RAILS_ENV: test
49
# REDIS_URL: redis://localhost:6379/0
50
- run: bin/rails db:test:prepare test
+ run: bin/rails test
51
52
- name: Keep screenshots from failed system tests
53
uses: actions/upload-artifact@v4
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- action_prompt (0.1.0)
+ action_prompt (0.2.0)
5
rails (>= 7.2.1)
6
7
GEM
0 commit comments