mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 07:41:21 +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
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: cargo build --all --release
|
run: cargo build --all --release
|
||||||
- name: Archive binary artifact
|
- uses: actions/upload-artifact@v3.1.3
|
||||||
uses: actions/upload-artifact@v3.1.3
|
|
||||||
with:
|
with:
|
||||||
path: target/release/keyweave
|
path: target/release/keyweave
|
||||||
|
|
||||||
|
@ -62,7 +61,10 @@ jobs:
|
||||||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||||
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
|
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
|
||||||
- name: Use Keyweave with No Access Policies
|
- 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:
|
get-test:
|
||||||
name: Tests with Get access
|
name: Tests with Get access
|
||||||
|
|
Loading…
Reference in a new issue