Skip to content

Commit

Permalink
ci(github): use flags from repo instead
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Jun 11, 2024
1 parent cb2bd6b commit fd03e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
FLAG: ${{ matrix.flag }}
REPO_NAME: spywhere/dotfiles
run: |
sh install.sh --profile=ci -y $FLAG no-app-store
sh install.sh --profile=ci -y $FLAG $FLAGS
2 changes: 1 addition & 1 deletion .github/workflows/os-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
FLAG: ${{ matrix.flag }}
REPO_NAME: spywhere/dotfiles
run: |
docker run -v $(pwd):/root/dots -e REPO_NAME=$REPO_NAME $IMAGE sh -c "apt update && apt install -y curl && sh /root/dots/install.sh -y $FLAG"
docker run -v $(pwd):/root/dots -e REPO_NAME=$REPO_NAME $IMAGE sh -c "apt update && apt install -y curl && sh /root/dots/install.sh -y $FLAG $FLAGS"

0 comments on commit fd03e71

Please sign in to comment.