mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
ci: Timing test for blacksmith in e2e (no-changelog) (#14181)
This commit is contained in:
10
.github/workflows/e2e-reusable.yml
vendored
10
.github/workflows/e2e-reusable.yml
vendored
@@ -83,13 +83,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache build artifacts
|
- name: Cache build artifacts
|
||||||
id: cache-build-artifacts
|
id: cache-build-artifacts
|
||||||
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
uses: useblacksmith/cache@c5fe29eb0efdf1cf4186b9f7fcbbcbc0cf025662 # v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/home/runner/.cache/Cypress
|
/home/runner/.cache/Cypress
|
||||||
/github/home/.pnpm-store
|
/github/home/.pnpm-store
|
||||||
./packages/**/dist
|
./packages/**/dist
|
||||||
key: ${{ github.sha }}:build-artifacts
|
key: ${{ github.sha }}-base:build
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: steps.cache-build-artifacts.outputs.cache-hit != 'true'
|
if: steps.cache-build-artifacts.outputs.cache-hit != 'true'
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
testing:
|
testing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: blacksmith-2vcpu-ubuntu-2204
|
||||||
needs: ['prepare', 'install']
|
needs: ['prepare', 'install']
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -134,13 +134,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Restore cached pnpm modules
|
- name: Restore cached pnpm modules
|
||||||
id: cache-build-artifacts
|
id: cache-build-artifacts
|
||||||
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
uses: useblacksmith/cache@c5fe29eb0efdf1cf4186b9f7fcbbcbc0cf025662 # v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/home/runner/.cache/Cypress
|
/home/runner/.cache/Cypress
|
||||||
/github/home/.pnpm-store
|
/github/home/.pnpm-store
|
||||||
./packages/**/dist
|
./packages/**/dist
|
||||||
key: ${{ github.sha }}:build-artifacts
|
key: ${{ github.sha }}-base:build
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|||||||
2
.github/workflows/units-tests-reusable.yml
vendored
2
.github/workflows/units-tests-reusable.yml
vendored
@@ -38,7 +38,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
name: Unit tests
|
name: Unit tests
|
||||||
runs-on: blacksmith-2vcpu-ubuntu-2204
|
runs-on: blacksmith-4vcpu-ubuntu-2204
|
||||||
env:
|
env:
|
||||||
TURBO_FORCE: ${{ inputs.ignoreTurboCache }}
|
TURBO_FORCE: ${{ inputs.ignoreTurboCache }}
|
||||||
COVERAGE_ENABLED: ${{ inputs.collectCoverage }}
|
COVERAGE_ENABLED: ${{ inputs.collectCoverage }}
|
||||||
|
|||||||
Reference in New Issue
Block a user