Benchmarking: Calculate weights for c5265d4535c320855edf8a76024c9046a… #278
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: Test parachain | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
name: Build project | |
runs-on: self-hosted | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Test parachain | |
run: echo test #TODO: change for integration test when available |