mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 21:27:05 +02:00
Update e2e task with the new target
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -12,7 +12,6 @@ jobs:
|
|||||||
node: ["20", "21"]
|
node: ["20", "21"]
|
||||||
flavor: ["dev", "prod"]
|
flavor: ["dev", "prod"]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: mempool-ci
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }}
|
name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }}
|
||||||
@@ -67,7 +66,6 @@ jobs:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
name: "Cache assets for builds"
|
name: "Cache assets for builds"
|
||||||
runs-on: mempool-ci
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -165,7 +163,6 @@ jobs:
|
|||||||
node: ["20", "21"]
|
node: ["20", "21"]
|
||||||
flavor: ["dev", "prod"]
|
flavor: ["dev", "prod"]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: mempool-ci
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Frontend (${{ matrix.flavor }}) - node ${{ matrix.node }}
|
name: Frontend (${{ matrix.flavor }}) - node ${{ matrix.node }}
|
||||||
@@ -249,7 +246,6 @@ jobs:
|
|||||||
|
|
||||||
e2e:
|
e2e:
|
||||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
||||||
runs-on: mempool-ci
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: frontend
|
needs: frontend
|
||||||
strategy:
|
strategy:
|
||||||
@@ -313,7 +309,7 @@ jobs:
|
|||||||
tag: ${{ github.event_name }}
|
tag: ${{ github.event_name }}
|
||||||
working-directory: ${{ matrix.module }}/frontend
|
working-directory: ${{ matrix.module }}/frontend
|
||||||
build: npm run config:defaults:${{ matrix.module }}
|
build: npm run config:defaults:${{ matrix.module }}
|
||||||
start: npm run start:local-staging
|
start: npm run start:parameterized
|
||||||
wait-on: "http://localhost:4200"
|
wait-on: "http://localhost:4200"
|
||||||
wait-on-timeout: 120
|
wait-on-timeout: 120
|
||||||
record: true
|
record: true
|
||||||
@@ -338,7 +334,7 @@ jobs:
|
|||||||
tag: ${{ github.event_name }}
|
tag: ${{ github.event_name }}
|
||||||
working-directory: ${{ matrix.module }}/frontend
|
working-directory: ${{ matrix.module }}/frontend
|
||||||
build: npm run config:defaults:${{ matrix.module }}
|
build: npm run config:defaults:${{ matrix.module }}
|
||||||
start: npm run start:local-staging
|
start: npm run start:parameterized
|
||||||
wait-on: "http://localhost:4200"
|
wait-on: "http://localhost:4200"
|
||||||
wait-on-timeout: 120
|
wait-on-timeout: 120
|
||||||
record: true
|
record: true
|
||||||
@@ -363,7 +359,7 @@ jobs:
|
|||||||
tag: ${{ github.event_name }}
|
tag: ${{ github.event_name }}
|
||||||
working-directory: ${{ matrix.module }}/frontend
|
working-directory: ${{ matrix.module }}/frontend
|
||||||
build: npm run config:defaults:mempool
|
build: npm run config:defaults:mempool
|
||||||
start: npm run start:local-staging
|
start: npm run start:parameterized
|
||||||
wait-on: "http://localhost:4200"
|
wait-on: "http://localhost:4200"
|
||||||
wait-on-timeout: 120
|
wait-on-timeout: 120
|
||||||
record: true
|
record: true
|
||||||
@@ -382,7 +378,6 @@ jobs:
|
|||||||
|
|
||||||
validate_docker_json:
|
validate_docker_json:
|
||||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
||||||
runs-on: mempool-ci
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Validate generated backend Docker JSON
|
name: Validate generated backend Docker JSON
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user