Nightly Tests #468
This file contains hidden or 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 |