Skip to content

Commit 015280b

Browse files
committed
run
1 parent 279aaaa commit 015280b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Install
2929
run: bundle install
3030

31-
- name: Run
32-
run: rake run
31+
- name: Run the application
32+
run: bundle exec ruby app.rb

0 commit comments

Comments
 (0)