aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-11-18 03:27:29 +0300
committerGitHub <noreply@github.com>2022-11-18 03:27:29 +0300
commiteaa0aff42270f35605915a64532e4449113dccef (patch)
tree1e18b2fef9c382508739ef8f851cab5086f84ab1
parent18db2f09c7052a06625b043209a8d8a8cae154a4 (diff)
-rw-r--r--.github/workflows/test-pr.yaml1
-rw-r--r--test/dotnet/install_non_root_remoteUser.sh4
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