From 555b403bb9a0c03082244c5f88a438e665ae5fa5 Mon Sep 17 00:00:00 2001 From: Ali Akbar <116874053+aliakbar-deriv@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:09:36 +0400 Subject: [PATCH] feat: integrate octomind e2e testing after deployment (#1) * feat: integrate octomind e2e testing after deployment * feat: integrate octomind e2e testing after deployment --- .github/workflows/deploy.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 10e4139..6695c75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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