Skip to content

Commit

Permalink
workflows/tests: run tap_syntax on stable brew
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Cho <[email protected]>
  • Loading branch information
cho-m committed Mar 22, 2024
1 parent 61df6b3 commit 484d835
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -27,6 +27,9 @@ permissions:
jobs:
tap_syntax:
if: github.repository_owner == 'Homebrew'
strategy:
matrix:
branch: [master, stable]
runs-on: ubuntu-22.04
container:
image: ghcr.io/homebrew/ubuntu22.04:master
Expand All @@ -40,6 +43,7 @@ jobs:
core: true
cask: false
test-bot: true
stable: ${{ matrix.branch == 'stable' }}

- name: Cache style cache
uses: actions/cache@v4
Expand Down

0 comments on commit 484d835

Please sign in to comment.