Nightly Tests #27
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: Nightly Tests | |
on: | |
schedule: | |
# run at 4am every day | |
- cron: '0 4 * * *' | |
jobs: | |
test-interchain: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Interchain Tests | |
run: make build-docker-relayer && make test-interchain |