Safety Module Activation #406
Workflow file for this run
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: Foundry multichain integration tests | |
on: [pull_request] | |
jobs: | |
run-moonbeam-tests: | |
name: moonbeam-integration-tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
with: | |
submodules: recursive | |
- name: Setup Environment | |
uses: ./.github/actions | |
- name: Set PROPOSAL_ARTIFACT_PATH environment variable | |
run: bash ./.github/helper/set-env-var.sh | |
- name: Integration Test Proposals Multichain | |
run: time forge test --match-contract MultichainProposalTest -vvv |