Skip to content

Commit

Permalink
Temporarily disable macos CI due to sc-127560
Browse files Browse the repository at this point in the history
  • Loading branch information
scottvanta committed Mar 13, 2024
1 parent 2ea4b74 commit 6d10aff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Test install on macOS
run: |
chmod +x ./install-macos.sh
VANTA_KEY=FAKEKEY ./install-macos.sh
- name: Check that it's running correctly
run: /usr/local/vanta/vanta-cli status
# NB: Disabled until release 2.8 fixes FAKEKEY installation [sc-127560]
# - name: Test install on macOS
# run: |
# chmod +x ./install-macos.sh
# VANTA_KEY=FAKEKEY ./install-macos.sh
# - name: Check that it's running correctly
# run: /usr/local/vanta/vanta-cli status

0 comments on commit 6d10aff

Please sign in to comment.