Skip to content

Commit

Permalink
move CI/CD to selfhosted server
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng authored and GitHub committed Apr 13, 2024
1 parent 8735f78 commit e534241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted

strategy:
matrix:
Expand All @@ -34,7 +34,7 @@ jobs:
- run: npm run build # Build the frontend

lint:
runs-on: ubuntu-latest
runs-on: self-hosted

strategy:
matrix:
Expand All @@ -52,7 +52,7 @@ jobs:
- run: npm run lint # Run linter

prettier:
runs-on: ubuntu-latest
runs-on: self-hosted

strategy:
matrix:
Expand All @@ -71,7 +71,7 @@ jobs:

test:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit e534241

Please sign in to comment.