Skip to content

Commit

Permalink
Fix broken yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Dec 16, 2024
1 parent d7120be commit b0caa03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
export PATH=`pwd`/.bin:$PATH
bundle exec rake check
- name: Run the test task
run: |
export PATH=`pwd`/.bin:$PATH
bundle exec rake test
- name: Run the test task
run: |
export PATH=`pwd`/.bin:$PATH
bundle exec rake test

0 comments on commit b0caa03

Please sign in to comment.