Skip to content

Commit 0815ae9

Browse files
committed
[CI] Update docker image
1 parent 120cf2f commit 0815ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git clone https://github.com/LearningOS/rCore-Tutorial-Checker.git ci-user
2424
git clone https://github.com/LearningOS/rCore-Tutorial-Test.git ci-user/user
2525
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
26+
cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }} > ../output.txt
2727
cat ../output.txt
2828
- name: end
2929
id: end

0 commit comments

Comments
 (0)