All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 8s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 30s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 3s
18 lines
374 B
YAML
18 lines
374 B
YAML
name: Test automated-nfs-backup
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- "k8s/**"
|
|
- ".gitea/workflows/**"
|
|
workflow_dispatch: {}
|
|
|
|
jobs:
|
|
test-automated-nfs-backup:
|
|
runs-on: runner-slim
|
|
steps:
|
|
- name: Check out repository code
|
|
uses: actions/checkout@v4
|
|
- name: Run automated NFS backup tests
|
|
run: bash k8s/test/test-automated-nfs-backup.sh
|