mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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]
|
on: [workflow_dispatch]
|
||||||
|
|
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