From 3b84a8984fb9851889c3d37a8df315147839b6bd Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser <25856867+HumanoidSandvichDispenser@users.noreply.github.com> Date: Tue, 6 May 2025 10:39:43 -0700 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89e9cd9..7712277 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,12 +10,14 @@ permissions: contents: read jobs: - build: + test: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest] - + defaults: + run: + working-directory: ./backend-flask steps: - uses: actions/checkout@v4 - name: Set up Python 3.10