Skip to content

Commit

Permalink
add QEDcore PackageInfo to IntegTestGen.jl (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig authored Jun 26, 2024
1 parent 6716e5b commit 21e29bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/integTestGen/src/integTestGen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ if abspath(PROGRAM_FILE) == @__FILE__
"https://github.com/QEDjl-project/QEDprocesses.jl.git",
"CI_INTG_PKG_URL_QEDprocesses",
),
"QEDcore" => PackageInfo(
"https://github.com/QEDjl-project/QEDcore.jl.git", "CI_INTG_PKG_URL_QEDcore"
),
)

# custom commit message variable can be set as first argument
Expand Down

0 comments on commit 21e29bc

Please sign in to comment.