Skip to content

Add the ability to automate and schedule backups #1730

Add the ability to automate and schedule backups

Add the ability to automate and schedule backups #1730

name: integration-test
on:
push:
branches:
- main
- release-**
pull_request:
branches:
- main
- release-**
jobs:
build:
name: Integration Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.3
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Integration Test
run: make integration-test