Skip to content

Commit

Permalink
Added self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
warreprovoost committed Feb 19, 2024
1 parent 87108da commit b6aa95a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is running tests 🚀
on: [push, pull_request]
jobs:
Frontend-tests:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: ./frontend
run: npm run lint
Backend-tests:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4

Expand All @@ -59,4 +59,4 @@ jobs:
working-directory: ./backend
run: pylint ./*/*.py



0 comments on commit b6aa95a

Please sign in to comment.