From 283e66f65275b1c5ac89a6dcc7bf315ae8ffe468 Mon Sep 17 00:00:00 2001 From: "Matt, Matthias" Date: Mon, 29 Jul 2024 16:37:57 +0200 Subject: [PATCH] Checkout repository in test actions --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7961e68..b4cb48d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: server-tests: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Set up Python uses: actions/setup-python@v3 with: @@ -52,6 +55,9 @@ jobs: operator-tests: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Set up Python uses: actions/setup-python@v3 with: