mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Fix Vue build issues (#3650)
* lock vue versions to patch. Not use docker cache in nightly builds * revert to using npm install
This commit is contained in:
1
.github/workflows/docker-images-nightly.yml
vendored
1
.github/workflows/docker-images-nightly.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: n8nio/n8n:${{ github.event.inputs.tag || 'nightly' }}
|
||||
no-cache: true
|
||||
- name: Call Success URL - optionally
|
||||
run: |
|
||||
[[ "${{github.event.inputs.success-url}}" != "" ]] && curl -v ${{github.event.inputs.success-url}} || echo ""
|
||||
|
||||
2
.github/workflows/test-workflows.yml
vendored
2
.github/workflows/test-workflows.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
name: npm install and build
|
||||
run: |
|
||||
cd n8n
|
||||
npm ci
|
||||
npm install
|
||||
npm run bootstrap
|
||||
npm run build --if-present
|
||||
env:
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm ci
|
||||
npm install
|
||||
npm run bootstrap
|
||||
npm run build --if-present
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user