Skip to content

container test

container test #3

name: container test
on:
workflow_dispatch:
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:8.8
steps:
- name: list files
run: ls -al /etc