Skip to content

Commit

Permalink
feat: integrate octomind e2e testing after deployment (#1)
Browse files Browse the repository at this point in the history
* feat: integrate octomind e2e testing after deployment

* feat: integrate octomind e2e testing after deployment
  • Loading branch information
aliakbar-deriv authored Jan 7, 2025
1 parent af1ca99 commit 555b403
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,13 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

- name: Run Octomind E2E tests
uses: OctoMind-dev/automagically-action-execute@v2
with:
url: https://deriv-com.github.io/copy-trading/
token: ${{ secrets.AUTOMAGICALLY_TOKEN }}
testTargetId: 17866147-c69e-481a-9b8e-90f3ae565779
blocking: false

0 comments on commit 555b403

Please sign in to comment.