From 61ee03a3d619cd5b54fc15bb3f193c69a21def25 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 21 Nov 2023 16:53:20 +0100 Subject: [PATCH] chore: debug fs --- .github/workflows/e2e.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b62d294..acbd824 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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