Skip to content

Commit

Permalink
Unnecessary chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed May 26, 2023
1 parent addd4c1 commit c4d2cb2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run test
run: |
chmod +x build/bin/rf
rake spec
run: rake spec

test-on-macos:
needs: build
Expand All @@ -71,6 +69,4 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run test
run: |
chmod +x build/bin/rf
rake spec
run: rake spec

0 comments on commit c4d2cb2

Please sign in to comment.