From ebd99720fc9ec8591cda942c3c7e37685a8abcea Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Sep 19 2022 14:06:41 +0000 Subject: Update centos-stream8.yml --- diff --git a/.github/workflows/centos-stream8.yml b/.github/workflows/centos-stream8.yml index 03e0eb6..290fd05 100644 --- a/.github/workflows/centos-stream8.yml +++ b/.github/workflows/centos-stream8.yml @@ -5,7 +5,7 @@ jobs: steps: - uses: "actions/checkout@v2" - run: sudo dnf -y install python3-pip - - run: sudo sh -c 'cd /opt && ./runtests.sh {}' + - run: sudo sh runtests.sh name: Greeting on: