see job name

This commit is contained in:
Florin Barbu 2024-01-18 16:56:10 +02:00
parent 766aee8544
commit 55ade33052
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095
4 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Go Waku Interop Tests
name: Go Waku Nightly Interop Tests
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@ -1,4 +1,4 @@
name: Interop Tests
name: On Demand Interop Tests
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@ -1,4 +1,4 @@
name: Nim Waku Interop Tests
name: Nim Waku Nightly Interop Tests
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@ -43,6 +43,12 @@ jobs:
- run: pip install -r requirements.txt
- name: Echo names
run: |
echo "Job name is $GITHUB_JOB"
echo "How about1 ${{ github.jobs[github.job].name }}"
echo "How about2 ${{ github.job }}"
- name: Run tests
run: pytest -n 4 --reruns 1 --alluredir=allure-results