Skip to content

Merge pull request #22 from EESSI/ocaisa-patch-2 #213

Merge pull request #22 from EESSI/ocaisa-patch-2

Merge pull request #22 from EESSI/ocaisa-patch-2 #213

Workflow file for this run

name: macOS-placeholder
on:
push:
branches:
- main
pull_request:
branches:
- main
# Declare default permissions as read only.
permissions: read-all
jobs:
macOS-minimal:
runs-on: macos-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
#- uses: eessi/github-action-eessi@main
# with:
# eessi_config_package: 'https://github.com/EESSI/filesystem-layer/releases/download/v0.3.0/cvmfs-config-eessi-0.3.0.pkg'
# run_local_checkout: 'true'
- name: Test EESSI
run: |
echo "This is only a placeholder until we figure out how to enable macOS support"
echo "if we fix it, make sure to edit the README to include the macOS badge"
echo "which is currently commented out"
shell: bash