mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci: Lock regression test repo to a specific commit
That way, changes to blueprint-regression-tests don't break CI for unrelated commits (they should instead break the commit that updates this `git checkout` line).
This commit is contained in:
parent
4b7fda4f43
commit
9c5e697119
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ build:
|
|||
- ninja -C _build install
|
||||
- git clone https://gitlab.gnome.org/jwestman/blueprint-regression-tests.git
|
||||
- cd blueprint-regression-tests
|
||||
- git checkout dba20ee77b0ba711893726208a0523073fc697e3
|
||||
- ./test.sh
|
||||
- cd ..
|
||||
coverage: '/TOTAL.*\s([.\d]+)%/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue