Skip to content

Commit

Permalink
chore: run acceptance test on macos x64 executable (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman authored Oct 7, 2022
1 parent 5a240b3 commit 12097b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release download ${{ needs.get-tag.outputs.TAG_NAME }} --pattern '*.pkg'
sudo installer -pkg twilio-${{ needs.get-tag.outputs.TAG_NAME }}.pkg -target ~/
sudo installer -pkg twilio-${{ needs.get-tag.outputs.TAG_NAME }}-x64.pkg -target ~/
ls
twilio --version
twilio api --help
Expand Down

0 comments on commit 12097b3

Please sign in to comment.