Blame .github/workflows/centos-stream8.yml

9140f8
jobs:
9140f8
  test_0:
9140f8
    name: test_0
9140f8
    runs-on: stream-8
9140f8
    steps:
9140f8
      - uses: "actions/checkout@v2"
66f3c2
      - run: sudo dnf -y install python3-pip
aae638
      - run: sudo sh -c 'cd /opt && ./runtests.sh {}'
9140f8
9140f8
name: Greeting
9140f8
on:
9140f8
  push: {}