Skip to content

Commit

Permalink
Run smoketest on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrange authored and ch1bo committed Mar 17, 2023
1 parent 1e2b28b commit 1cf974b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test.yaml
Expand Up @@ -10,13 +10,13 @@ on:
options:
- preview
- preprod
# Uncomment the following line when we feel ready to run smoke tests on mainnet
# - mainnet
- mainnet

hydra-scripts-tx-id:
description: "TxId of already published scripts (leave empty to publish)"
required: false


jobs:
smoke-test:
name: "Smoke test on ${{inputs.network}}"
Expand Down
5 changes: 5 additions & 0 deletions hydra-cluster/hydra-cluster.cabal
Expand Up @@ -13,6 +13,11 @@ license-files:

extra-source-files: README.md
data-files:
config/cardano-configurations/network/mainnet/cardano-node/config.json
config/cardano-configurations/network/mainnet/cardano-node/topology.json
config/cardano-configurations/network/mainnet/genesis/alonzo.json
config/cardano-configurations/network/mainnet/genesis/byron.json
config/cardano-configurations/network/mainnet/genesis/shelley.json
config/cardano-configurations/network/preprod/cardano-node/config.json
config/cardano-configurations/network/preprod/cardano-node/topology.json
config/cardano-configurations/network/preprod/genesis/alonzo.json
Expand Down

0 comments on commit 1cf974b

Please sign in to comment.