Skip to content

Commit

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

test-on-macos:
needs: build
Expand All @@ -67,7 +64,4 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run test
run: |
mkdir -p build/bin
mv build/darwin-amd64/bin/rf build/bin/rf
rake spec
run: rake spec

0 comments on commit 6b90a27

Please sign in to comment.