Skip to content

[WIP] 🌱 Fixing e2 e tests #155

[WIP] 🌱 Fixing e2 e tests

[WIP] 🌱 Fixing e2 e tests #155

Workflow file for this run

name: pr-ci-test.yml
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
run-ci-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6.0.0
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
with:
go-version: '1.25.3'
- name: Run ci tests
run: make pr-ci-tests