Skip to content

Commit

Permalink
test integration on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Sep 21, 2023
1 parent b6d400b commit 3ddba11
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions .github/workflows/integ_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string

push:
branches: [main]
branches: [test/log_integration]

permissions:
id-token: write
Expand All @@ -35,32 +35,7 @@ jobs:
aws_region: ${{ secrets.AWS_REGION }}
aws_s3_bucket: ${{ secrets.AWS_S3_BUCKET_INTEG_V2 }}

analytics-test:
logging-test:
needs: prepare-for-test
uses: ./.github/workflows/integ_test_analytics.yml
secrets: inherit

push-notifications-test:
needs: prepare-for-test
uses: ./.github/workflows/integ_test_push_notifications.yml
secrets: inherit

predictions-test:
needs: prepare-for-test
uses: ./.github/workflows/integ_test_predictions.yml
secrets: inherit

auth-test:
needs: prepare-for-test
uses: ./.github/workflows/integ_test_auth.yml
secrets: inherit

geo-test:
needs: prepare-for-test
uses: ./.github/workflows/integ_test_geo.yml
secrets: inherit

storage-test:
needs: prepare-for-test
uses: ./.github/workflows/integ_test_storage.yml
uses: ./.github/workflows/integ_test_logging.yml
secrets: inherit

0 comments on commit 3ddba11

Please sign in to comment.