Skip to content

test(server): add e2e tests with real vault (#329) #187

test(server): add e2e tests with real vault (#329)

test(server): add e2e tests with real vault (#329) #187

name: Actions. Test e2e install and reuse
on: [push]
jobs:
test-e2e-install:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install trdl
uses: ./actions/install
- name: Use trdl binary
run: trdl --help
test-e2e-reuse:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install trdl once
uses: ./actions/install
- name: Reuse trdl from cache
uses: ./actions/install
- name: Use trdl binary
run: trdl --help