mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
chore: debug fs
This commit is contained in:
parent
dca1e14be4
commit
61ee03a3d6
1 changed files with 5 additions and 3 deletions
8
.github/workflows/e2e.yml
vendored
8
.github/workflows/e2e.yml
vendored
|
@ -22,8 +22,7 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@stable
|
||||
- name: Build project
|
||||
run: cargo build --all --release
|
||||
- name: Archive binary artifact
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
- uses: actions/upload-artifact@v3.1.3
|
||||
with:
|
||||
path: target/release/keyweave
|
||||
|
||||
|
@ -62,7 +61,10 @@ jobs:
|
|||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
|
||||
- name: Use Keyweave with No Access Policies
|
||||
run: ./keyweave --vault-name ${{ env.VAULT_NAME}}
|
||||
run: |
|
||||
ls -la
|
||||
tree
|
||||
./keyweave --vault-name ${{ env.VAULT_NAME}}
|
||||
|
||||
get-test:
|
||||
name: Tests with Get access
|
||||
|
|
Loading…
Reference in a new issue