Skip to content

Commit

Permalink
ci(all): use installer branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Apr 11, 2024
1 parent 52f477c commit 4e10ae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
- name: Perform Installation
env:
FLAG: ${{ matrix.flag }}
REPO_NAME: spywhere/dotfiles
REPO_BRANCH: installer
run: |
sh install.sh --profile=ci -y $FLAG no-app-store
sh install.sh -y $FLAG
2 changes: 2 additions & 0 deletions .github/workflows/os-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
env:
IMAGE: ${{ matrix.os }}
FLAG: ${{ matrix.flag }}
REPO_NAME: spywhere/dotfiles
REPO_BRANCH: installer
run: |
docker run -v $(pwd):/root/dots $IMAGE sh /root/dots/install.sh -y $FLAG

0 comments on commit 4e10ae8

Please sign in to comment.