Skip to content

Commit 6489d9c

Browse files
committed
Add headless mode to job name
1 parent eecd657 commit 6489d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
timeout-minutes: 30
1212
runs-on: ubuntu-latest
13-
name: build (${{matrix.env.URSIM_VERSION}}-${{matrix.env.ROBOT_MODEL}})
13+
name: build (${{matrix.env.URSIM_VERSION}}-${{matrix.env.ROBOT_MODEL}}-${{matrix.HEADLESS}})
1414
strategy:
1515
fail-fast: false
1616
matrix:

0 commit comments

Comments
 (0)