Skip to content

feat(mdm): migrate script to go module #22

feat(mdm): migrate script to go module

feat(mdm): migrate script to go module #22

Workflow file for this run

name: Smoke Tests
on:
push:
branches: [main]
paths:
- '*.sh'
- 'tests/**'
pull_request:
branches: [main]
paths:
- '*.sh'
- 'tests/**'
permissions: {}
jobs:
smoke-tests:
permissions:
contents: read # for actions/checkout to fetch code
name: Smoke Tests
runs-on: macos-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Run smoke tests
run: bash tests/test_smoke.sh