Skip to content

Commit

Permalink
Skip mas
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Apr 11, 2024
1 parent 07b27b0 commit d85d4e7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
TERM: xterm
HOMEBREW_BUNDLE_BREW_SKIP: 'node'
HOMEBREW_BUNDLE_MAS_SKIP: '1569813296'

jobs:
test:
Expand Down Expand Up @@ -37,4 +37,14 @@ jobs:
brew uninstall $v
done
- if: ${{ matrix.command == 'install-brew' }}
id: skip
name: Skip mas installs
run: |
ids=$(cat Brewfile | grep -oP "(?<=id: )\d{9,}" | tr '\n' ' ')
echo $ids
echo "ids=$ids" >> "$GITHUB_OUTPUT"
- run: ./dot.sh ${{ matrix.command }}
env:
HOMEBREW_BUNDLE_MAS_SKIP: ${{ steps.skip.outputs.skip_ids }}

0 comments on commit d85d4e7

Please sign in to comment.