Skip to content

macos install erlang support #6

macos install erlang support

macos install erlang support #6

name: Shelltests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-shelltest
jobs:
run:
strategy:
matrix:
os: ["macos-latest"]
runs-on: ${{ matrix.os }}
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install just
uses: extractions/setup-just@v1
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.8'
enable-stack: true
stack-version: 'latest'
- name: Install shelltestrunner
run: stack install shelltestrunner-1.10
- name: Build beamup
run: cargo build
- name: Run ShellTests
run: |
just shelltests
- name: Run MacOS ShellTests
if: ${{ matrix.os == 'macos-latest' }}
run: |
just shelltests-macos