Bump version (#1353) #976
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Parachain_Lease_Expiration | |
on: | |
pull_request: | |
branches: [manta] | |
push: | |
branches: [manta] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
strategy: | |
matrix: | |
node-version: [16.x] | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: borales/[email protected] | |
- name: Check manta and calamari lease | |
run: | | |
cd ${{ github.workspace }}/tests/ | |
yarn | |
yarn parachain_lease_test |