Skip to content

Commit

Permalink
ci: adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
BevryMe authored and balupton committed Jan 24, 2024
1 parent ac38f60 commit 3d5b1e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # prevent rate limiting
run: |
# common data helpful for debugging
bash --version
printf '%s\n' "TERM=${TERM-}" "COLS=$(tput cols || :)" "ROWS=$(tput lines || :)"
# 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
fresh-macos-test:
Expand All @@ -128,6 +131,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # prevent rate limiting
run: |
# common data helpful for debugging
bash --version
printf '%s\n' "TERM=${TERM-}" "COLS=$(tput cols || :)" "ROWS=$(tput lines || :)"
# 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
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<!-- /BADGES -->


Dorothy is a dotfile ecosystem featuring:

- seamless support for [Bash](<https://en.wikipedia.org/wiki/Bash_(Unix_shell)>), [Zsh](https://en.wikipedia.org/wiki/Z_shell), [Fish](<https://en.wikipedia.org/wiki/Fish_(Unix_shell)>), [Nu](https://www.nushell.sh), [Xonsh](https://xon.sh), [Elvish](https://elv.sh), [Dash](https://wiki.archlinux.org/title/Dash), [KSH](https://en.wikipedia.org/wiki/KornShell)
Expand Down Expand Up @@ -278,12 +277,12 @@ Join the [Bevry Software community](https://discord.gg/nQuXddV7VP) to stay up-to

#### Contributors

- [Benjamin Lupton](https://github.com/balupton) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=balupton "View the GitHub contributions of Benjamin Lupton on repository bevry/dorothy")
- [Bevry Team](https://github.com/BevryMe) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=BevryMe "View the GitHub contributions of Bevry Team on repository bevry/dorothy")
- [BJReplay](https://github.com/BJReplay) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=BJReplay "View the GitHub contributions of BJReplay on repository bevry/dorothy")
- [molleweide](https://github.com/molleweide) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=molleweide "View the GitHub contributions of molleweide on repository bevry/dorothy")
- [Nutchanon Ninyawee](https://github.com/wasdee) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=wasdee "View the GitHub contributions of Nutchanon Ninyawee on repository bevry/dorothy")
- [Sumit Rai](https://github.com/sumitrai) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=sumitrai "View the GitHub contributions of Sumit Rai on repository bevry/dorothy")
- [Benjamin Lupton](https://github.com/balupton) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=balupton 'View the GitHub contributions of Benjamin Lupton on repository bevry/dorothy')
- [Bevry Team](https://github.com/BevryMe) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=BevryMe 'View the GitHub contributions of Bevry Team on repository bevry/dorothy')
- [BJReplay](https://github.com/BJReplay) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=BJReplay 'View the GitHub contributions of BJReplay on repository bevry/dorothy')
- [molleweide](https://github.com/molleweide) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=molleweide 'View the GitHub contributions of molleweide on repository bevry/dorothy')
- [Nutchanon Ninyawee](https://github.com/wasdee) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=wasdee 'View the GitHub contributions of Nutchanon Ninyawee on repository bevry/dorothy')
- [Sumit Rai](https://github.com/sumitrai) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=sumitrai 'View the GitHub contributions of Sumit Rai on repository bevry/dorothy')

### Finances

Expand Down

0 comments on commit 3d5b1e0

Please sign in to comment.