From 24b1381d8b774fbd897dc9c7a8a6ea37f8351d65 Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Nov 07 2022 14:39:10 +0000 Subject: Why didn't the tests run? --- diff --git a/.github/workflows/centos-stream8.yml b/.github/workflows/centos-stream8.yml index f79c003..c01ad6a 100644 --- a/.github/workflows/centos-stream8.yml +++ b/.github/workflows/centos-stream8.yml @@ -12,7 +12,7 @@ jobs: if_key_exists: fail # replace / ignore / fail; optional (defaults to fail) - uses: "actions/checkout@v2" - run: sudo python3 -m pip install duffy fabric httpx - - run: cd t_functional_duffy_runner/src && python3 __main__.py --arch=x86 --release=centos-8s + - run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-8s name: Greeting on: