diff --git a/.github/workflows/tfrobot_test.yml b/.github/workflows/tfrobot_test.yml index c3f28db03..b5b868fd4 100644 --- a/.github/workflows/tfrobot_test.yml +++ b/.github/workflows/tfrobot_test.yml @@ -4,14 +4,16 @@ defaults: run: working-directory: tfrobot on: - schedule: - - cron: 0 4 * * * - workflow_dispatch: + push: + # schedule: + # - cron: 0 4 * * * + # workflow_dispatch: jobs: test: runs-on: ubuntu-latest timeout-minutes: 60 + continue-on-error: true strategy: fail-fast: false @@ -32,9 +34,15 @@ jobs: - name: Test env: MNEMONIC: ${{ secrets.MNEMONICS }} - NETWORK: main + NETWORK: dev # run: make integration run: | go run main.go deploy -c ./example/test.yaml + + - name: cleanup + env: + MNEMONIC: ${{ secrets.MNEMONICS }} + NETWORK: dev + run: | sleep 120 # sleep to make sure graphql is up to date go run main.go cancel -c ./example/test.yaml -d