More rocky testing

This commit is contained in:
Jordan Carlin 2024-07-15 23:14:24 -07:00
parent b9ff0c18b0
commit 58018ceff6
No known key found for this signature in database
2 changed files with 18 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Installation test
name: Rocky installation test
on: [workflow_dispatch]
@ -7,7 +7,7 @@ jobs:
name: Test installation on Rocky 9
runs-on: ubuntu-latest
defaults:
run:
run:
shell: bash
steps:
@ -19,4 +19,4 @@ jobs:
- uses: actions/checkout@v4
- name: install
run: ./bin/wally-tool-chain-install.sh

15
.github/workflows/rockytest.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Rocky Linux 8 Workflow
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: parent os
run: cat /etc/os-release
- name: docker os
uses: docker://rockylinux:8
with:
entrypoint: /bin/bash
args: cat /etc/os-release