Skip to content

Commit

Permalink
chore: remove smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Feb 1, 2024
1 parent cf6d058 commit 65b6de6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy-bots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,17 +252,17 @@ jobs:
working-directory: ./ops
run: make liquidator-smoke-test

- name: run smoke tests for feed verifier
working-directory: ./ops
run: make feed-verifier-smoke-test
# - name: run smoke tests for feed verifier
# working-directory: ./ops
# run: make feed-verifier-smoke-test

- name: run smoke tests for price verifier
working-directory: ./ops
run: make price-verifier-smoke-test
# - name: run smoke tests for price verifier
# working-directory: ./ops
# run: make price-verifier-smoke-test

- name: run smoke tests for price change verifier
working-directory: ./ops
run: make price-change-verifier-smoke-test
# - name: run smoke tests for price change verifier
# working-directory: ./ops
# run: make price-change-verifier-smoke-test

terraform-deploy-bots:
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development'
Expand Down

0 comments on commit 65b6de6

Please sign in to comment.