We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c541340 commit 8bcb890Copy full SHA for 8bcb890
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
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 }} OFFLINE=1 > ../output.txt
45
cat ../output.txt
46
- name: end
47
id: end
@@ -86,4 +86,4 @@ jobs:
86
build_dir: ./classroom
87
keep_history: true
88
env:
89
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments