Skip to content

Commit

Permalink
Added Check folder permissions step
Browse files Browse the repository at this point in the history
  • Loading branch information
solomiofactura committed Sep 26, 2024
1 parent 3debe7c commit 3f2ea58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f2ea58

Please sign in to comment.