File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -266,11 +266,14 @@ jobs:
266
266
matrix :
267
267
era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
268
268
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]
269
271
extra_args : [""]
270
272
271
273
include :
272
274
- era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
273
275
run_id : 3
276
+ hard_fork_latest_era_at_epoch : 1000
274
277
extra_args : " --use-p2p-network"
275
278
steps :
276
279
- name : Checkout sources
@@ -297,7 +300,7 @@ jobs:
297
300
mkdir artifacts
298
301
299
302
- 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 }}
301
304
302
305
- name : Upload E2E Tests Artifacts
303
306
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments