Skip to content

Commit 479f532

Browse files
committed
fix the workflow to test code
1 parent 0b96f20 commit 479f532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Ruby
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
pull_request:
99

@@ -24,4 +24,4 @@ jobs:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
2626
- name: Run the default task
27-
run: bundle exec rake
27+
run: bin/rake

0 commit comments

Comments
 (0)