Skip to content

Reduce the number of GET requests #81

Reduce the number of GET requests

Reduce the number of GET requests #81

Workflow file for this run

name: e2e
on:
push:
branches:
- main
tags:
- v*
paths-ignore:
- "**.md"
pull_request:
jobs:
e2e-kind:
runs-on: ubuntu-latest
env:
ARTIFACTS: ${{github.workspace}}/artifacts
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make ci-e2e-kind
- uses: actions/upload-artifact@v4
if: always()
with:
name: e2e-artifacts
path: ${{env.ARTIFACTS}}
if-no-files-found: error