mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-03 07:43:52 +00:00
Merge branch 'master' into feature/bot-upgrade
This commit is contained in:
commit
fb73312e80
4
.github/workflows/report-HoldMyBeerTest.yaml
vendored
4
.github/workflows/report-HoldMyBeerTest.yaml
vendored
@ -2,8 +2,8 @@ name: Report - HoldMyBeerTest
|
||||
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 */2 * *'
|
||||
# schedule:
|
||||
# - cron: '30 1 */2 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
4
.github/workflows/report-PeersTest.yaml
vendored
4
.github/workflows/report-PeersTest.yaml
vendored
@ -2,8 +2,8 @@ name: Report - PeersTest
|
||||
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 */2 * *'
|
||||
# schedule:
|
||||
# - cron: '30 1 */2 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
@ -7,7 +7,7 @@ namespace CodexContractsPlugin
|
||||
{
|
||||
public class CodexContractsContainerRecipe : ContainerRecipeFactory
|
||||
{
|
||||
public static string DockerImage { get; } = "codexstorage/codex-contracts-eth:latest-dist-tests";
|
||||
public static string DockerImage { get; } = "codexstorage/codex-contracts-eth:sha-b5f3399-dist-tests";
|
||||
|
||||
public const string MarketplaceAddressFilename = "/hardhat/deployments/codexdisttestnetwork/Marketplace.json";
|
||||
public const string MarketplaceArtifactFilename = "/hardhat/artifacts/contracts/Marketplace.sol/Marketplace.json";
|
||||
|
Loading…
x
Reference in New Issue
Block a user