From 7dbfca3613a65e1de107cbc89b704cf99f54442c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Bokvad=20Engar=C3=A5s?= Date: Mon, 2 Oct 2023 13:34:43 +0200 Subject: [PATCH] refactor project --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46e85971..f338b0ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,10 +77,11 @@ jobs: - name: display path run: | ls - + cd src + ls - name: 'Run Upload Action' uses: ./ with: - cydigConfigPath: ./compliance-action/upload-action/src/cydigconfig.json + cydigConfigPath: ${{ github.workspace }}/src/cydigconfig.json subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID_DEV }} \ No newline at end of file