From 6ee5b37a108c9dc1bda027b0f455881fe419f0fa Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 30 Jun 2023 09:34:02 -0400 Subject: [PATCH] name of file --- .github/workflows/unit-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 417a7e88..2d1e4889 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -21,7 +21,7 @@ jobs: python-version: '3.10' - name: Run Python unit tests - run: python3 -u -m unittesting/agent/swarms.py + run: python3 -u -m unittesting/agent/swarms - name: Verify that the Docker image for the action builds run: docker build . --file Dockerfile @@ -39,4 +39,4 @@ jobs: input-two: false - name: Verify integration test results - run: python3 -u -m unittesting/agent/swarms.py \ No newline at end of file + run: python3 -u -m unittesting/agent/swarms \ No newline at end of file