Skip to content

Commit ef108ca

Browse files
committed
fix CI
1 parent 944f170 commit ef108ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
RAILS_ENV: test
4949
# REDIS_URL: redis://localhost:6379/0
50-
run: bin/rails db:test:prepare test
50+
run: bin/rails test
5151

5252
- name: Keep screenshots from failed system tests
5353
uses: actions/upload-artifact@v4

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
action_prompt (0.1.0)
4+
action_prompt (0.2.0)
55
rails (>= 7.2.1)
66

77
GEM

0 commit comments

Comments
 (0)