Skip to content

Commit

Permalink
fix binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloBot2 committed Jul 12, 2024
1 parent a364a28 commit 771eda2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests-mac-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
with:
command: build
args: --target x86_64-apple-darwin
# Build xtask
- uses: actions-rs/cargo@v1
name: "Build xtask binary"
with:
command: build
args: --target x86_64-apple-darwin -p xtask
- uses: actions/upload-artifact@v4
name: "Store built binaries to use later on"
with:
Expand Down Expand Up @@ -56,4 +50,4 @@ jobs:
name: "Install volta"
- name: Run supergraph compose on test graph
run: |
./target/x86_64-apple-darwin/debug/supergraph compose supergraph/tests/compose_test.yaml
./supergraph compose supergraph/tests/compose_test.yaml

0 comments on commit 771eda2

Please sign in to comment.