From 264a7ad6b910caca93ebd02ae46d9a10a7212757 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 29 Nov 2022 18:42:01 -0500 Subject: [PATCH] add pass step to GitHub Actions same as https://github.com/deepmodeling/deepmd-kit/pull/2141 --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9f64e7ca..c52ab1cfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,3 +23,8 @@ jobs: - name: Test run: coverage run --source=./dpgen -m unittest -v && coverage report - uses: codecov/codecov-action@v3 + pass: + needs: [build] + runs-on: ubuntu-latest + steps: + - run: echo "All jobs passed"