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 120cf2f commit 0815ae9Copy full SHA for 0815ae9
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
git clone https://github.com/LearningOS/rCore-Tutorial-Checker.git ci-user
24
git clone https://github.com/LearningOS/rCore-Tutorial-Test.git ci-user/user
25
ID=`git rev-parse --abbrev-ref HEAD | grep -oP 'ch\K[0-9]'`
26
- cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }} OFFLINE=1 > ../output.txt
+ cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }} > ../output.txt
27
cat ../output.txt
28
- name: end
29
id: end
0 commit comments