mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
More rocky testing
This commit is contained in:
parent
b9ff0c18b0
commit
58018ceff6
@ -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
15
.github/workflows/rockytest.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user