Skip to content

Commit

Permalink
feat: e2e test workflow for gorgias
Browse files Browse the repository at this point in the history
  • Loading branch information
aballiet committed Dec 20, 2024
1 parent 034925b commit 447c9f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gorgias.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Gorgias E2E tests

on:
pull_request:

permissions:
contents: read
# The id-token: write permission is required for workload identity authentication to GCloud
id-token: write

jobs:
kafka-to-bigquery:
name: Kafka to BigQuery
uses: gorgias/data-analytics-platform/.github/workflows/reusable-bizon-kafka2bq-e2e-test.yml@main
with:
ref: ${{ github.ref }}
secrets: inherit

0 comments on commit 447c9f2

Please sign in to comment.