mirror of
https://github.com/ajnart/homarr.git
synced 2025-12-31 04:39:52 +01:00
⚗️ Check if build is passing with npm instead of yarn
This commit is contained in:
6
.github/workflows/docker_dev.yml
vendored
6
.github/workflows/docker_dev.yml
vendored
@@ -70,11 +70,11 @@ jobs:
|
||||
path: .next/cache
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}
|
||||
|
||||
- run: yarn install --immutable
|
||||
- run: npm install --immutable
|
||||
|
||||
- run: yarn turbo build
|
||||
- run: npm run build
|
||||
|
||||
- run: yarn test:run
|
||||
- run: npm run test:run
|
||||
|
||||
- name: Docker meta
|
||||
if: github.event_name != 'pull_request'
|
||||
|
||||
Reference in New Issue
Block a user