We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dc6c1 commit 6c010e5Copy full SHA for 6c010e5
.github/workflows/build.yml
@@ -40,8 +40,8 @@ jobs:
40
git clone https://github.com/LearningOS/rCore-Tutorial-Checker-2025S.git ci-user
41
git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S.git ci-user/user
42
ID=`git rev-parse --abbrev-ref HEAD | grep -oP 'ch\K[0-9]'`
43
- # cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }}
44
- cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }} > ../output.txt
+ cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }}
+ #cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }} > ../output.txt
45
cat ../output.txt
46
- name: end
47
id: end
0 commit comments