Skip to content

Commit ac5dfeb

Browse files
authored
Merge pull request #14 from BlueBrain/1uc/integration-against-v2
Pin version of HighFive for integration tests.
2 parents 0e2a978 + 8542c13 commit ac5dfeb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/integration.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: HighFive_Integration_tests
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- ci_test
7+
pull_request:
8+
branches:
9+
- main
710
schedule:
811
- cron: '5 3 * * *'
912
repository_dispatch:
@@ -13,7 +16,7 @@ on:
1316
highfive_branch:
1417
description: "HighFive branch to test against"
1518
required: false
16-
default: "master"
19+
default: "v2.x"
1720
type: string
1821

1922
libsonata_branch:
@@ -43,7 +46,7 @@ jobs:
4346

4447
- name: Build HighFive
4548
run: |
46-
HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"master"}
49+
HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"v2.x"}
4750
4851
git clone https://github.com/BlueBrain/HighFive.git \
4952
--branch ${HIGHFIVE_BRANCH} --recursive
@@ -70,7 +73,7 @@ jobs:
7073
- name: Build and Test libsonata
7174
if: success() || failure()
7275
run: |
73-
HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"master"}
76+
HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"v2.x"}
7477
LIBSONATA_BRANCH=${LIBSONATA_BRANCH:-"master"}
7578
7679
git clone https://github.com/BlueBrain/libsonata.git \

0 commit comments

Comments
 (0)