Anatoly Laskaris 0daae14bf8
ci: Add periodic healtchecks (#21)
* Use env variable to set where to run tests

* Bump aqua version

* Add periodic healtcheck

* Report to slack on failure

* Retry tests 3 times
2022-09-26 16:47:52 +03:00

24 lines
368 B
YAML

name: Periodic healthcheck
on:
schedule:
- cron: '0 * * * *'
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
health:
strategy:
matrix:
env:
- krasnodar
- testnet
- stage
uses: ./.github/workflows/tests.yml
with:
fluence-env: ${{ matrix.env }}