mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 02:51:14 +00:00
Scenarios based on docs: https://kairos.io/docs/advanced/partition_encryption/ Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
19 lines
308 B
YAML
19 lines
308 B
YAML
name: End to end tests
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
|
|
jobs:
|
|
e2e-tests:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Run tests
|
|
run: |
|
|
./earthly.sh +e2e-tests
|