Try a different naming schema

pull/3171/head
Kim Kulling 2020-04-28 20:25:48 +02:00 committed by GitHub
parent 8085e7555e
commit 8224cbeaad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ master ] branches: [ master ]
jobs: jobs:
job: job1:
name: ${{ matrix.os }}-${{ matrix.cxx }}-build-and-test name: ${{ matrix.os }}-${{ matrix.cxx }}-build-and-test
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -58,7 +58,8 @@ jobs:
run: cd build/bin && ./unit run: cd build/bin && ./unit
shell: bash shell: bash
adress-sanitizer: job2:
name: adress-sanitizer
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -82,7 +83,8 @@ jobs:
run: cd build/bin && ./unit run: cd build/bin && ./unit
shell: bash shell: bash
undefined-behavior-sanitizer: job3:
name: undefined-behavior-sanitizer
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2