Skip to content

Fix errexit start lie, scan HTTPS/IPv6 misses, failed-state visibilit… #22

Fix errexit start lie, scan HTTPS/IPv6 misses, failed-state visibilit…

Fix errexit start lie, scan HTTPS/IPv6 misses, failed-state visibilit… #22

Workflow file for this run

name: Installer
on:
pull_request:
push:
branches:
- main
jobs:
installer-smoke:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Ensure jq is installed
run: |
command -v jq >/dev/null 2>&1 || brew install jq
- name: Syntax check installer smoke test
run: bash -n test/test_install.sh
- name: Run installer smoke test
run: bash test/test_install.sh