Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Oct 29, 2024
1 parent 70f329c commit 94cc22e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
name: Devenv - deploy MOST L1 contracts (on demand)
name: Deploy MOST L1 contracts to Testnet

on:
workflow_dispatch:
inputs:
deploy-contracts:
description: Set to true to deploy contracts to Devenv
description: Set to true to deploy contracts to Testnet
type: boolean
required: false
default: false
workflow_call:
inputs:
deploy-contracts:
description: Set to true to deploy contracts to Devenv
description: Set to true to deploy contracts to Testnet
type: boolean
required: false
default: false
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/on-master-branch-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- MOST-192

jobs:
check-vars-and-secrets:
Expand All @@ -15,7 +16,7 @@ jobs:
compile-contracts-and-deploy-to-devenv:
needs: [check-vars-and-secrets]
name: Compile contracts and deploy to devenv
uses: ./.github/workflows/contracts-compile-and-deploy-to-devenv.yml
uses: ./.github/workflows/contracts-compile-and-deploy-to-testnet.yml
secrets: inherit

test-azero-contracts:
Expand Down

0 comments on commit 94cc22e

Please sign in to comment.