Skip to content

Commit

Permalink
Merge pull request #369 from cryptogarageinc/features/sprint-20230904…
Browse files Browse the repository at this point in the history
…-test

fix: doxygen test base image, and test name
  • Loading branch information
k-matsuzawa authored Sep 5, 2023
2 parents becd8d9 + da53d66 commit b494223
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_pre-merge_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: ./tools/lint_quiet.sh

cmake-ubuntu-test:
name: cmake build
name: cmake build-ubuntu
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_pre-merge_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: ./tools/lint_quiet.sh

cmake-ubuntu-test:
name: cmake build
name: cmake build-ubuntu
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
cd ..
cmake-ubuntu-coverage:
name: cmake build-ubuntu
name: cmake build-and-coverage-ubuntu
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/check_pre-merge_sprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- features/sprint*

jobs:
cmake-win:
cmake-win-test:
name: cmake build-win
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
cd build
ctest -C Release --output-on-failure -R cfd
cmake-mac:
cmake-mac-test:
name: cmake build-mac
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
ctest -C Release --output-on-failure -R cfd_test
cmake-ubuntu-coverage:
name: cmake build-ubuntu
name: cmake build-and-coverage-ubuntu
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:

doxygen-ubuntu:
name: doxygen-check
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b494223

Please sign in to comment.