From 758cc537b51c75d1933f05002d24272010382d7d Mon Sep 17 00:00:00 2001 From: David Tomson <90329278+david-tomson@users.noreply.github.com> Date: Wed, 22 Dec 2021 10:34:11 +0300 Subject: [PATCH] change install command to `brew install abdfnx/tap/resto` --- .github/workflows/ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 472f2b6..be0d266 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,19 +121,17 @@ jobs: run: | gh resto get https://api.secman.dev cat examples/spacex.gql | gh resto post https://api.spacex.land/graphql -c graphql --body-stdin - + homebrew: needs: [ bfs ] - + runs-on: macos-latest - + steps: - uses: actions/checkout@v2 - name: Get Resto via homebrew - run: | - brew tap abdfnx/tap/resto - brew install resto - + run: brew install abdfnx/tap/resto + - name: Run `resto help` run: resto help