Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: acceptance testing for brew and scoop releases #417

Merged
merged 3 commits into from
Apr 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
- name: Wait for oclif executables Release
run: source .github/scripts/trigger-and-wait.sh
env:
INPUT_WORKFLOW_FILE_NAME: oclif-release.yml
INPUT_REF: ${{ needs.get-branch.outputs.branch }}
shrutiburman marked this conversation as resolved.
Show resolved Hide resolved
INPUT_OWNER: ${{ github.repository_owner }}
INPUT_GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
INPUT_WORKFLOW_FILE_NAME: release.yml
INPUT_REF: main
INPUT_REPO: homebrew-brew
- name: Global - Testing installation of Twilio CLI (1)
if: ${{ github.respository != 'twilio/draft-release-branch' }}
env:
Expand Down Expand Up @@ -290,8 +293,11 @@ jobs:
- name: Wait for Scoop release to finish
run: bash .github/scripts/trigger-and-wait.sh
env:
INPUT_WORKFLOW_FILE_NAME: oclif-release.yml
INPUT_REF: ${{ needs.get-branch.outputs.branch }}
INPUT_WORKFLOW_FILE_NAME: update-release.yml
INPUT_REF: main
INPUT_OWNER: ${{ github.repository_owner }}
INPUT_REPO: scoop-twilio-cli
INPUT_GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
- name: Perform testing on scoop installations
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down