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 2, 2024
1 parent afc6c02 commit 947e68f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
# git submodule sync ; \
# git submodule update --init --recursive --remote
run : |
cd TEST_DIR_ROOT/riscv_tests.git ; \
git checkout -b riscv-tests-sail remotes/origin/riscv-tests-sail ; \
cd TEST_DIR_ROOT/ ; \
git clone
git clone git@github.com:riscv-software-src/riscv-tests.git riscv-tests ; \
cd riscv-tests ; \
git checkout -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 947e68f

Please sign in to comment.