From 657197136cf58c20fa79aa30816d38966f7a74d8 Mon Sep 17 00:00:00 2001 From: Abdallah Ammar Date: Fri, 15 Nov 2024 18:36:56 +0100 Subject: [PATCH] deb testing --- .github/workflows/testing.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a9e16ba9..5da9e348 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -10,6 +10,10 @@ jobs: test: runs-on: ubuntu-20.04 + name: Run Tests + + - name: Print message + run: echo "Triggered by completion of QuAcK Compilation workflow" steps: - name: Checkout repository