Skip to content

Commit 6c010e5

Browse files
authored
Update 2025S
1 parent 43dc6c1 commit 6c010e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
git clone https://github.com/LearningOS/rCore-Tutorial-Checker-2025S.git ci-user
4141
git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S.git ci-user/user
4242
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
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
4545
cat ../output.txt
4646
- name: end
4747
id: end

0 commit comments

Comments
 (0)