Skip to content

Octomind Tests

Octomind Tests #89

Workflow file for this run

name: Octomind Tests
on: deployment_status
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
octomind:
if: ${{ github.event.deployment_status.state == 'success' }}
name: 🚀🐙 trigger octomind e2e tests 🚀🐙
runs-on: ubuntu-latest
steps:
- uses: OctoMind-dev/automagically-action-execute@v2
with:
testTargetId: "0c597ea8-15ea-432e-bb19-c94ff266acb3"
url: ${{ github.event.deployment_status.target_url }}
token: ${{ secrets.OCTOMIND_KEY }}