diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c22cd1..a6af57a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: - name: Print workspace path run: | echo "Workspace is located at: $GITHUB_WORKSPACE" - + + - name: Check folder permissions + run: ls -ld "$GITHUB_WORKSPACE/PersistedAssemblyBuilder.ConsoleApp/" + - name: Load environment variables run: bash ./.devcontainer/load-env.sh \ No newline at end of file