Skip to content

Commit ef102d7

Browse files
committed
Add hard fork latest era at epoch matrix entry to CI
1 parent 2d041d2 commit ef102d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,14 @@ jobs:
266266
matrix:
267267
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
268268
run_id: [1,2,3]
269+
# Deactivate Conway era which is not currently working with the Pallas Chain Observer yet, value should be 5-10
270+
hard_fork_latest_era_at_epoch: [1000]
269271
extra_args: [""]
270272

271273
include:
272274
- era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
273275
run_id: 3
276+
hard_fork_latest_era_at_epoch: 1000
274277
extra_args: "--use-p2p-network"
275278
steps:
276279
- name: Checkout sources
@@ -297,7 +300,7 @@ jobs:
297300
mkdir artifacts
298301
299302
- name: Test
300-
run: ./mithril-end-to-end -vvv --bin-directory ./bin --work-directory=./artifacts --devnet-scripts-directory=./mithril-test-lab/mithril-devnet --mithril-era=${{ matrix.era }} ${{ matrix.extra_args }}
303+
run: ./mithril-end-to-end -vvv --bin-directory ./bin --work-directory=./artifacts --devnet-scripts-directory=./mithril-test-lab/mithril-devnet --mithril-era=${{ matrix.era }} ${{ matrix.extra_args }} --cardano-hard-fork-latest-era-at-epoch ${{ matrix.hard_fork_latest_era_at_epoch }}
301304

302305
- name: Upload E2E Tests Artifacts
303306
if: ${{ failure() }}

0 commit comments

Comments
 (0)