Skip to content

Commit

Permalink
feat(ci): Running on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 15, 2023
1 parent e59d5ab commit bc51dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
eslint-backend:
name: "ESLint: Backend"
runs-on: ubuntu-latest
runs-on: self-hosted
defaults:
run:
working-directory: ./backend/back/
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

eslint-web:
name: "ESLint: Web"
runs-on: ubuntu-latest
runs-on: self-hosted
defaults:
run:
working-directory: ./frontend/web/
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

push-to-mirror:
name: Push to Epitech repository
runs-on: ubuntu-latest
runs-on: self-hosted
environment: Epitech repository
steps:
- name: Repository checkout
Expand Down

0 comments on commit bc51dc2

Please sign in to comment.