Skip to content

Commit

Permalink
Swap steps around
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Oct 13, 2024
1 parent ce6ff43 commit c9f2794
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,19 @@ jobs:
dotfile-build:
name: Dotfiles
runs-on: macos-latest
defaults:
run:
shell: zsh

steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check default shell
- name: Check Brewfile contents
run: |
brew bundle list
- name: Install zsh shell
run: |
echo $SHELL
brew install zsh
- name: Run combine script
run: |
./combine.zsh
sh ./combine.zsh
- name: Run copy script
run: |
./copy.sh
- name: Check Brewfile contents
run: |
brew bundle list
sh ./copy.sh

0 comments on commit c9f2794

Please sign in to comment.