Skip to content

install exiftool on mac #548

install exiftool on mac

install exiftool on mac #548

Workflow file for this run

name: ci
on:
pull_request:
push:
schedule:
- cron: '0 1 * * 1'
jobs:
lint-pre-commit:
container:
image: carterjones/ci-runner:latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory /__w/nix-config/nix-config
- run: pre-commit run --all || (cat /github/home/.cache/pre-commit/pre-commit.log; exit 1)
test-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: test macos-latest
run: |
./ci/integration-tests.sh
test-linux:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
os: ["centos-stream9", "ubuntu-22.04"]
container:
image: carterjones/${{ matrix.os }}:latest
steps:
- uses: actions/checkout@v4
- name: test ${{ matrix.os }}
run: |
su notroot
./ci/prepare-container.sh
./ci/integration-tests.sh