3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-18 13:15:46 +00:00

test/ci fixes

- fix incorrect repo_url output
- fix parsing in test_splitnets to match new format
- fix silimate-shell.nix referring to removed derivation
This commit is contained in:
Mohamed Gaber 2026-07-02 18:56:25 +03:00
parent 268ff49030
commit 56dd057ab4
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -196,7 +196,7 @@ jobs:
echo "short_sha=$SHORT_SHA" >> "$GITHUB_OUTPUT"
echo "full_sha=$FULL_SHA" >> "$GITHUB_OUTPUT"
echo "date=$DATE" >> "$GITHUB_OUTPUT"
echo "url=$REPO_URL" >> "$GITHUB_OUTPUT"
echo "repo_url=$REPO_URL" >> "$GITHUB_OUTPUT"
rm -rf ./* ./.*
- uses: actions/checkout@v6
with: