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 047a89d commit bebe289Copy full SHA for bebe289
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
outputs:
30
points: ${{ steps.end.outputs.points}}
31
container:
32
- image: duskmoon/dev-env:rcore-ci
+ image: alicesama/rcore-ci:2024a
33
steps:
34
- uses: actions/checkout@v4
35
- name: Run tests
@@ -40,7 +40,6 @@ jobs:
40
git clone https://github.com/LearningOS/rCore-Tutorial-Checker.git ci-user
41
git clone https://github.com/LearningOS/rCore-Tutorial-Test.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
45
cat ../output.txt
46
- name: end
0 commit comments