Skip to content

add proper r-session-complete.sdef for RHEL9 #41

add proper r-session-complete.sdef for RHEL9

add proper r-session-complete.sdef for RHEL9 #41

Workflow file for this run

on:
workflow_dispatch:
push:
branches: main
name: Regression Testing
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Apptainer
run: |
sudo apt-get update && \
sudo curl -LO https://github.com/apptainer/apptainer/releases/download/v1.3.5/apptainer_1.3.5_amd64.deb && \
sudo apt install ./apptainer_1.3.5_amd64.deb && sudo rm -rf appt*
# - name: Build & Check Ubuntu Noble
# uses: ./.github/actions/singularity
# with:
# linux_distro: "noble"
# - name: Build & Check Ubuntu Jammy
# uses: ./.github/actions/singularity
# with:
# linux_distro: "jammy"
# - name: Build & Check Ubuntu Focal
# uses: ./.github/actions/singularity
# with:
# linux_distro: "focal"
# - name: Build & Check Rocky Linux 8
# uses: ./.github/actions/singularity
# with:
# linux_distro: "rockylinux8"
# - name: Build & Check Rocky Linux 9
# uses: ./.github/actions/singularity
# with:
# linux_distro: "rockylinux9"
- name: Build & Check Red Hat Enterprise 9
uses: ./.github/actions/singularity
with:
linux_distro: "rhel9"
env: # Or as an environment variable
RH_USER_NAME: ${{ secrets.RH_USER_NAME }}
RH_USER_PASS: ${{ secrets.RH_USER_PASS }}