diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-01-25 15:45:36 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-01-25 15:45:36 +0100 |
commit | c0c6809663cecad8866032b2ffbfb93194596c67 (patch) | |
tree | aca9bb250f08d49b0d1d94ded79b043369259e66 /.github/workflows/coverity.yml | |
parent | Merge pull request #18371 from yuwata/use-ansi-normal (diff) | |
download | systemd-c0c6809663cecad8866032b2ffbfb93194596c67.tar.xz systemd-c0c6809663cecad8866032b2ffbfb93194596c67.zip |
ci: make the script names a bit more consistent
Diffstat (limited to '.github/workflows/coverity.yml')
-rw-r--r-- | .github/workflows/coverity.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 2c1863779f..a0eb0f01fd 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -29,7 +29,7 @@ jobs: run: tools/get-coverity.sh # Reuse the setup phase of the unit test script to avoid code duplication - name: Install build dependencies - run: sudo -E .github/workflows/ubuntu-unit-tests.sh SETUP + run: sudo -E .github/workflows/unit_tests.sh SETUP # Preconfigure with meson to prevent Coverity from capturing meson metadata - name: Preconfigure the build directory run: meson cov-build -Dman=false |