diff options
-rw-r--r-- | .github/workflows/test-pr.yaml | 1 | ||||
-rw-r--r-- | test/dotnet/install_non_root_remoteUser.sh | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index a72c4e1..5293d33 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -84,7 +84,6 @@ jobs: TEMPORARY: - needs: [detect-changes] runs-on: ubuntu-latest continue-on-error: true steps: diff --git a/test/dotnet/install_non_root_remoteUser.sh b/test/dotnet/install_non_root_remoteUser.sh index db67e03..bee13ae 100644 --- a/test/dotnet/install_non_root_remoteUser.sh +++ b/test/dotnet/install_non_root_remoteUser.sh @@ -15,9 +15,7 @@ ls -la /home/codespace/.dotnet/ check "symlinked '/home/codespace/.dotnet' folder has the correct permissions" bash -c "ls -la /home/codespace | grep -E 'lrwxrwxrwx 1 codespace codespace (.*) .dotnet -> /usr/local/dotnet/current'" - - -check "A file following the symlink has the correct permissions" bash -c "" +# check "A file following the symlink has the correct permissions" bash -c "" ./install_dotnet_7_jammy.sh |