Skip to content

Commit ee85399

Browse files
committed
Add platform tags
1 parent 35974eb commit ee85399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/foss.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# TODO: Add script to run tests locally
5151
foss_ubuntu_test:
52-
name: "Test rules on FOSS project: ${{ matrix.project.name }}"
52+
name: "Test rules on FOSS project: ${{ matrix.project.name }} (Ubuntu)"
5353
runs-on: ubuntu-24.04
5454
needs: prepare_project_matrix
5555
strategy:
@@ -78,7 +78,7 @@ jobs:
7878
run: bazel build :code_checker_test
7979

8080
foss_rhel_test:
81-
name: "Test rules on FOSS project: ${{ matrix.project.name }}"
81+
name: "Test rules on FOSS project: ${{ matrix.project.name }} (RHEL)"
8282
runs-on: ubuntu-24.04
8383
container: redhat/ubi9:latest
8484
needs: prepare_project_matrix

0 commit comments

Comments
 (0)