Skip to content

Commit

Permalink
intermediate checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
billmcspadden-riscv committed May 7, 2024
1 parent 0980beb commit 805755d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
# cd riscv-tests ; \
run : |
cd TEST_DIR_ROOT/ ; \
ln -s riscv_tests.git riscv_tests; \
cd riscv_tests ; \
git branch --all ; \
cd riscv_tests.git ; \
git branch -r ; \
ls -l ;
git fetch --all ; \
git branch --all ; \
git checkout -b riscv-tests-sail --track origin/riscv-tests-sail ; \
git checkout riscv-tests-sail -t origin/riscv-tests-sail ; \
ls -l ;
- name: Ensure pre-commit checks pass
run: pip install pre-commit && pre-commit run --all-files --show-diff-on-failure --color=always
Expand Down

0 comments on commit 805755d

Please sign in to comment.