From f4f37a9c6756ef21928a268e28675deb47a9497b Mon Sep 17 00:00:00 2001 From: Aref Shafaei Date: Thu, 11 Apr 2024 11:03:08 -0700 Subject: [PATCH] make sure latest ermrestjs parser change doesn't break chaise tests --- .github/workflows/e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b458f2062..199e620b9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -5,6 +5,7 @@ on: push: branches: - 'master' + - 'facet-within-facet' pull_request: branches: - 'master' @@ -110,6 +111,7 @@ jobs: run: | git clone https://github.com/informatics-isi-edu/ermrestjs.git cd ermrestjs + git checkout facet-within-facet sudo make root-install - name: Install chaise run: |