From 7202ed13723d040b58b7faacb89f6c8a8736966f Mon Sep 17 00:00:00 2001 From: Ricardo Pinto Date: Mon, 26 May 2025 13:32:05 +0100 Subject: [PATCH] Fixed ci/cd staging tests ref no-issue - Fixed ci/cd staging tests --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}