Skip to content

Commit

Permalink
Release-Pipeline: add symlink to /_/ before tests
Browse files Browse the repository at this point in the history
See CycloneDX#285 for more info

Signed-off-by: Michael Tsfoni <80639729+mtsfoni@users.noreply.github.com>
  • Loading branch information
mtsfoni committed May 20, 2024
1 parent 81cfdbc commit a8801db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a8801db

Please sign in to comment.