Skip to content

correct rls workflows (#21) #2

correct rls workflows (#21)

correct rls workflows (#21) #2

Workflow file for this run

name: End-to-end tests
on:
push:
tags:
- "v*"
jobs:
test:
name: Run e2e tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Run tests
run: make test/e2e
env:
SLOCTL_CLIENT_ID: "${{ secrets.SLOCTL_CLIENT_ID }}"
SLOCTL_CLIENT_SECRET: "${{ secrets.SLOCTL_CLIENT_ID }}"