Skip to content

Commit

Permalink
print links
Browse files Browse the repository at this point in the history
  • Loading branch information
svuckovicTT committed Dec 28, 2024
1 parent eed4e69 commit fd62d83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,12 @@ jobs:
export SYSTEM_DESC_PATH="${GITHUB_WORKSPACE}/ttrt-artifacts/system_desc.ttsys"
echo ${{ steps.strings.outputs.install-output-dir }}
echo ${{ steps.strings.outputs.build-output-dir }}
ls -lahF
echo "CREATING THE SYMLINK"
ln -sf ${{ steps.strings.outputs.install-output-dir }} ${{ steps.strings.outputs.build-output-dir }}
echo ${{ steps.strings.outputs.install-output-dir }}
echo ${{ steps.strings.outputs.build-output-dir }}
ls -lahF
llvm-lit -sv ${{ steps.strings.outputs.build-output-dir }}/test
- name: Run functional tests
Expand Down

0 comments on commit fd62d83

Please sign in to comment.