Skip to content

upadate reademe content #2

upadate reademe content

upadate reademe content #2

Workflow file for this run

name: E2E Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.23.3'
check-latest: true
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
app/app.go
app/upgrades/*
go.mod
go.sum
tests/e2e/*
- name: Test E2E
run: |
make test-e2e
if: env.GIT_DIFF