diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1c764cf03..e2e53f9cc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -247,7 +247,7 @@ jobs: image: europe-docker.pkg.dev/ghost-activitypub/activitypub/activitypub:${{ needs.build-test-push.outputs.migrations_docker_version }} region: europe-west4 job: stg-pr-${{ github.event.pull_request.number }}-tests - flags: --command="yarn" --args="_test:single" --wait --execute-now + flags: --command="yarn" --args="_test:integration" --wait --execute-now skip_default_labels: true labels: |- commit-sha=${{ github.sha }} @@ -335,7 +335,7 @@ jobs: image: europe-docker.pkg.dev/ghost-activitypub/activitypub/activitypub:${{ needs.build-test-push.outputs.migrations_docker_version }} region: ${{ matrix.region }} job: stg-${{ matrix.region_name }}-activitypub-tests - flags: --command="yarn" --args="_test:single" --wait --execute-now + flags: --command="yarn" --args="_test:integration" --wait --execute-now skip_default_labels: true labels: |- commit-sha=${{ github.sha }}