Skip to content

Update actions, add dev.eessi.io and prepare for MacOS support #233

Update actions, add dev.eessi.io and prepare for MacOS support

Update actions, add dev.eessi.io and prepare for MacOS support #233

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
#- 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