Skip to content

Bump actions/download-artifact from 4.1.6 to 4.1.7 #93

Bump actions/download-artifact from 4.1.6 to 4.1.7

Bump actions/download-artifact from 4.1.6 to 4.1.7 #93

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '00 20 * * 1'
workflow_dispatch:
permissions: read-all
jobs:
tests:
name: Unit tests
strategy:
matrix:
os: [macos-11, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Harden runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: Install dependencies
run: brew install popt just cmocka
- name: Run unit tests
shell: 'script -q /dev/null bash -e {0}' # Ensure stdin is attached to tty for unit tests
run: just test-release