diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-backend.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-backend.yaml b/.github/workflows/test-backend.yaml index 39c63d5..40b9b3d 100644 --- a/.github/workflows/test-backend.yaml +++ b/.github/workflows/test-backend.yaml @@ -23,4 +23,4 @@ jobs: - name: Fetch Latest Curie-CLI run: docker pull navanchauhan/curie-cli:latest - name: Run Backend Test - run: cd tests && python backednTest.py + run: cd tests && python backendTest.py |