Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
Loading