Skip to content

Commit

Permalink
ci: another attempt at solving infinite queue
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 4, 2023
1 parent 2e14cc5 commit b3568f1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,16 @@ jobs:
fresh-macos-test:
runs-on: macos-latest
steps:
# these are the same step, as for some reason if they are separate github action times out
- name: 'Homebrew Uninstall & Dorothy Test'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # prevent rate limiting
- name: 'Uninstall Homebrew'
shell: bash
run: |
# uninstall homebrew
# run homebrew uninstaller
bash -c "$(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh')"
- name: 'Dorothy Test'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # prevent rate limiting
# shell: bash <-- commented out in case this is what solves the infinite queue issue, (merging the steps does not solve it)
run: |
# ensure dorothy is cloned, and run command
bash -c "$(curl -fsSL 'https://dorothy.bevry.me/run?branch=${{ github.ref_name }}&commit=${{ github.sha }}')" -- dorothy test
distro-test:
Expand Down

0 comments on commit b3568f1

Please sign in to comment.