Skip to content

Bump actions/labeler from 4 to 5 #3

Bump actions/labeler from 4 to 5

Bump actions/labeler from 4 to 5 #3

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.20'
check-latest: true
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
with:
PATTERNS: |
app/app.go
app/upgrades/*
go.mod
go.sum
tests/e2e/*
- name: Test E2E
run: |
make test-e2e
if: env.GIT_DIFF