Blame .github/workflows/centos-stream8.yml

9140f8
jobs:
9140f8
  test_0:
9140f8
    name: test_0
9140f8
    runs-on: stream-8
9140f8
    steps:
Adam Saleh 8f8b2b
      - name: Install SSH key
Adam Saleh 8f8b2b
        uses: shimataro/ssh-key-action@v2
Adam Saleh 8f8b2b
        with:
Adam Saleh 8f8b2b
          key: ${{ secrets.SSH_KEY }}
Adam Saleh 8f8b2b
          name: id_rsa # optional
Adam Saleh 8f8b2b
          known_hosts: NO 
Adam Saleh 8f8b2b
          config: ${{ secrets.CONFIG }} # ssh_config; optional
Adam Saleh 8f8b2b
          if_key_exists: fail # replace / ignore / fail; optional (defaults to fail)
9140f8
      - uses: "actions/checkout@v2"
66f3c2
      - run: sudo dnf -y install python3-pip
7cca3f
      - run: sudo bash runtests.sh
9140f8
9140f8
name: Greeting
9140f8
on:
9140f8
  push: {}