From 9b8d8a99422b02d1cbcdaf4590bf594f1d769c63 Mon Sep 17 00:00:00 2001 From: MJedr Date: Mon, 2 Oct 2023 14:25:18 +0200 Subject: [PATCH] add checkout step --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e02781..e8145da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - matomo-api - Library-Notification-Service steps: + - name: Checkout + uses: actions/checkout@v3 - name: Set up services run: | if [ ${{ matrix.directory }} == 'matomo-api' ]; then