Skip to content

Support Google Bigquery input option #16

Support Google Bigquery input option

Support Google Bigquery input option #16

Workflow file for this run

name: E2E tests
on:
pull_request:
paths-ignore:
- "README.md"
- docs/**
- examples/**
branches:
- main
permissions:
contents: read
jobs:
e2e_test:
name: E2E tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: "go.mod"
cache: true
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
- run: go mod download
- run: |
make testacc
env:
TROCCO_API_KEY: ${{ secrets.TROCCO_API_KEY }}
TROCCO_TEST_URL: https://trocco.io