From a8801db0e16f9743cc7c0c395bf9ca78165e4dec Mon Sep 17 00:00:00 2001 From: Michael Tsfoni <80639729+mtsfoni@users.noreply.github.com> Date: Mon, 20 May 2024 17:29:44 +0200 Subject: [PATCH] Release-Pipeline: add symlink to /_/ before tests See #285 for more info Signed-off-by: Michael Tsfoni <80639729+mtsfoni@users.noreply.github.com> --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38ff3190..ea733475 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,11 @@ jobs: export PATH="$PATH:$HOME/.local/bin" # The tests should have already been run during the PR workflow, so this is really just a sanity check + # See issue #285 for info why the symlink is necessary. + - name: SnapshooterHotfixSymlinkLinux + run: sudo ln -s "$GITHUB_WORKSPACE" /_ + shell: bash + - name: Tests run: dotnet test