mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Run Frontend tests on master only on node 20 (no-changelog) (#12833)
This commit is contained in:
committed by
GitHub
parent
a197fbb21b
commit
31281a3f6b
1
.github/workflows/ci-master.yml
vendored
1
.github/workflows/ci-master.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
||||
cacheKey: ${{ github.sha }}-base:build
|
||||
collectCoverage: ${{ matrix.node-version == '20.x' }}
|
||||
ignoreTurboCache: ${{ matrix.node-version == '20.x' }}
|
||||
skipFrontendTests: ${{ matrix.node-version != '20.x' }}
|
||||
secrets:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user