Skip to content

Commit

Permalink
Added some arm-brew-setup/install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 29, 2024
1 parent ba78758 commit fcc6629
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,13 @@ jobs:
run: |
set -o errexit -o pipefail -o noclobber -o nounset
test -f build/setup-libhowardhinnerdate/deps/include/date/date.h
test-cross-bres-install:
name: test arm-brew-setup/install
runs-on: macos-11.0
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run arm-brew-setup
run: ci-scripts/arm-brew-setup.sh

0 comments on commit fcc6629

Please sign in to comment.