Skip to content

Add contract serialize test #17

Add contract serialize test

Add contract serialize test #17

Workflow file for this run

name: Mainline
on:
push:
branches: [ master ]
jobs:
validate:
uses: ./.github/workflows/_validate.yml
publish:
uses: ./.github/workflows/_publish.yml
needs: [ validate ]
secrets: inherit
deploy:
uses: ./.github/workflows/_deploy.yml
needs: [publish]
secrets: inherit
strategy:
max-parallel: 1
matrix:
env: [dev, stg]
flavor: [testnet, mainnet]
with:
DEPLOY_ENV: ${{ matrix.env }}
DEPLOY_APP: "${{ github.event.repository.name }}-${{ matrix.flavor }}"
DEPLOY_VERSION: master
DEPLOY_HOST_PREFIX: ""