Skip to content

Commit

Permalink
point to a different ermrestjs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Oct 17, 2023
1 parent 0db95d6 commit e07053b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

name: Chaise end-to-end tests

on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
on: [push]
# on:
# push:
# branches:
# - 'master'
# pull_request:
# branches:
# - 'master'

concurrency: chaise_env

Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
run: |
git clone https://github.com/informatics-isi-edu/ermrestjs.git
cd ermrestjs
git checkout rowname-heuristic-changes
sudo make root-install
- name: Install chaise
run: |
Expand Down

0 comments on commit e07053b

Please sign in to comment.