Skip to content

test: add workaround to backup restore tests #258

test: add workaround to backup restore tests

test: add workaround to backup restore tests #258

Workflow file for this run

name: 'build'
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * 0'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- name: validate
run: make validate
- name: test
run: make test
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SKIP_logs: true