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