From d6d3073f21e8b9466e8ed8a3c2b258f8392f41c1 Mon Sep 17 00:00:00 2001 From: paul-ion Date: Sat, 21 Dec 2024 20:57:31 -0500 Subject: [PATCH] Change directory to training portal for tests --- .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 a69f7cd..661960e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: "Tests" +name: "Training Portal Tests" on: push: branches: [main] @@ -22,6 +22,7 @@ jobs: - run: npm install # Setup config + - run: cd trainingportal - run: cp config.json.docker config.json # Setup local database and local user