Skip to content

build(deps): bump actions/setup-go from 5 to 6 #29

build(deps): bump actions/setup-go from 5 to 6

build(deps): bump actions/setup-go from 5 to 6 #29

Workflow file for this run

name: E2E Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
e2e:
name: E2E Tests
runs-on: ubuntu-latest
env:
KIND_CLUSTER: e2e
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup go
uses: actions/setup-go@v6
- name: Setup ko
uses: ko-build/[email protected]
- name: Setup helm
uses: azure/setup-helm@v4
- name: Setup kind
uses: helm/kind-action@v1
with:
cluster_name: ${{ env.KIND_CLUSTER }}
- name: Run E2E tests
env:
GTM_APP_ID: ${{ vars.GTM_APP_ID }}
GTM_INSTALLATION_ID: ${{ vars.GTM_INSTALLATION_ID }}
GTM_PROVIDER: file
GTM_KEY: ${{ secrets.GTM_KEY }}
run: |
make test-e2e