Skip to content

refactor: standardize logging keys and improve job handling in AppDep… #25

refactor: standardize logging keys and improve job handling in AppDep…

refactor: standardize logging keys and improve job handling in AppDep… #25

name: Integration Tests
on:
push:
pull_request:
jobs:
test-e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Running integration tests
run: |
go mod tidy
make test-integration