Skip to content

Commit dbddc1d

Browse files
committed
Minor change
1 parent a237bfa commit dbddc1d

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
matrix:
9292
# Here are the groups of repositories that need to be downloaded inside
9393
# r3broot. Each group is used by only one job.
94-
repos: [ r3broot, sofia-frs-asy, r3broot-conan ]
94+
repos: [ r3broot, sofia-frs-asy-glad-tpc, r3broot-conan ]
9595
os: [ debian11, debian12 ]
9696
fsv: [ jan24p5 ]
9797
cpp: [ 17 ]
@@ -128,14 +128,9 @@ jobs:
128128
# This job is only for testing R3BRoot without downloading any
129129
# dependencies.
130130
- repos: r3broot
131-
# The job for testing with glad-tpc
132-
- repos: glad-tpc
133-
url: https://github.com/R3BRootGroup/glad-tpc.git
134-
cache: glad-tpc
135-
# skip-save: true
136-
# The job for testing with sofia, frs and asyeos dependencies. All three
131+
# The job for testing with sofia, frs, asyeos and glad-tpc dependencies. All four
137132
# repositories are downloaded and run together in the job.
138-
- repos: sofia-frs-asy
133+
- repos: sofia-frs-asy-glad-tpc
139134
# If more than one repos needs to be downloaded in a job. "url" needs
140135
# to be a space separated list of urls using the operator ">-". Append
141136
# more urls to this list if more repos need to be added.
@@ -144,6 +139,7 @@ jobs:
144139
https://github.com/R3BRootGroup/sofia.git
145140
https://github.com/R3BRootGroup/frs.git
146141
https://github.com/R3BRootGroup/asyeos.git
142+
https://github.com/R3BRootGroup/glad-tpc.git
147143
https://github.com/R3BRootGroup/R3BFileSource.git
148144
# Using own cache file
149145
cache: other-repos

0 commit comments

Comments
 (0)