Skip to content

Ensure compatibility with Spilo after WAL-E removal (support old and new versions) #2942

Ensure compatibility with Spilo after WAL-E removal (support old and new versions)

Ensure compatibility with Spilo after WAL-E removal (support old and new versions) #2942

Workflow file for this run

name: operator-e2e-tests
on:
pull_request:
push:
branches:
- master
jobs:
tests:
name: End-2-End tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2
with:
go-version: "^1.23.4"
- name: Make dependencies
run: make deps mocks
- name: Code generation
run: make codegen
- name: Run unit tests
run: make test
- name: Run end-2-end tests
run: make e2e