From 597e7d4f8e0d675e919fe0a12d6e3f7f274b98a2 Mon Sep 17 00:00:00 2001 From: F-Node-Karlsruhe Date: Wed, 14 Jun 2023 16:08:22 +0200 Subject: [PATCH] fix action directory Signed-off-by: F-Node-Karlsruhe --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60edff7..802a176 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Node.JS Tests + - name: API Tests + working-directory: ./api uses: actions/setup-node@v3 with: node-version: 18