Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
changed github action to run test script instead
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany committed Feb 23, 2024
1 parent 4b443f7 commit aa2edcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: ./frontend
run: npm run lint
Backend-tests:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -53,7 +53,7 @@ jobs:

- name: Running tests
working-directory: ./backend
run: pytest
run: ./run_tests.sh

- name: Run linting
working-directory: ./backend
Expand Down

0 comments on commit aa2edcd

Please sign in to comment.