diff options
Diffstat (limited to '.github/workflows/test-backend.yaml')
-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 d2b80c6..f3b8fc7 100644 --- a/.github/workflows/test-backend.yaml +++ b/.github/workflows/test-backend.yaml @@ -27,4 +27,4 @@ jobs: - name: Run Backend Test run: cd tests && python backendTest.py - name: Remove sample data - run: cd tests && pyton removeSample.py + run: cd tests && python removeSample.py |