mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-10-21 19:46:25 +00:00
Implement an e2e test suite for kcrypt encryption
Scenarios based on docs: https://kairos.io/docs/advanced/partition_encryption/ Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
committed by
Dimitris Karakasilis
parent
a95436bf16
commit
7dc1e39ac7
18
.github/workflows/e2e-tests.yml
vendored
Normal file
18
.github/workflows/e2e-tests.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
Reference in New Issue
Block a user