Skip to content

feat(generate): support for profile model and basic generation #2169

feat(generate): support for profile model and basic generation

feat(generate): support for profile model and basic generation #2169

Workflow file for this run

name: E2E Testing
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
types: [milestoned, opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Setup golang
uses: ./.github/actions/golang
- name: Display Go version
run: go version
- name: e2e Tests
run: |
make test-e2e