Skip to content

Commit

Permalink
pull active branch for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Sep 17, 2022
1 parent a77f748 commit 5f5e1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install yarn
- run: |
XTERMJS=5.0.0 ./bootstrap.sh
XTERMJS=5.0.0 IMAGEADDON=${{ github.head_ref || github.ref_name }} ./bootstrap.sh
- run: cd xterm-addon-image/xterm.js && yarn test
- run: cd xterm-addon-image/xterm.js && yarn test-api-chromium --headless
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm -rf .git

# clone addon
cd addons
git clone https://github.com/jerch/xterm-addon-image
git clone --branch $IMAGEADDON https://github.com/jerch/xterm-addon-image
cd ..

# overwrite files in base repo to have full test integration
Expand Down

0 comments on commit 5f5e1f6

Please sign in to comment.