Skip to content

test: run e2e test of ceremony in CI #1

test: run e2e test of ceremony in CI

test: run e2e test of ceremony in CI #1

Workflow file for this run

name: Summoner smoke Test
on:
pull_request: # Temp: for testing only, this will be slow so will run on demand
push:
branches:
- main
jobs:
smoke_test:
runs-on: buildjet-16vcpu-ubuntu-2004
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
environment: smoke-test
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Load rust cache
uses: astriaorg/[email protected]
- name: Begin phase 1
run: |
export PATH="$HOME/bin:$PATH"
./deployments/scripts/summoner_phase1.sh
env:
TESTNET_RUNTIME: 2m