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]
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ jobs:
|
|||||||
name: Test installation on Rocky 9
|
name: Test installation on Rocky 9
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -19,4 +19,4 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install
|
- name: install
|
||||||
run: ./bin/wally-tool-chain-install.sh
|
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