Skip to content

Commit 4b48fbc

Browse files
committed
Link CI branch into Hubot
1 parent 8b72c97 commit 4b48fbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/hubot-demo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ jobs:
5252
echo "HUBOT_ROOT=$( mktemp -d )" >> $GITHUB_ENV
5353
- name: Create and configure Hubot instance
5454
run: |
55+
npm link
5556
npx hubot --create $HUBOT_ROOT
5657
cd $HUBOT_ROOT
5758
mkdir -p configuration src/scripts # silence warnings
5859
echo "Creating Hubot for this adapter in $TEMP_ROOT and installing Hubot from $HUBOT_DIR"
59-
npm install --save github:xurizaemon/hubot-matrix#update-esm github:xurizaemon/hubot-farewell github:xurizaemon/hubot-startup
60+
npm link hubot-matrix
61+
npm install --save github:xurizaemon/hubot-farewell github:xurizaemon/hubot-startup
6062
npm show matrix-js-sdk
6163
echo '["@xurizaemon/hubot-farewell", "@xurizaemon/hubot-startup"]' > external-scripts.json
6264
echo "PATH=$PATH:$( pwd )/node_modules/.bin" >> $GITHUB_ENV

0 commit comments

Comments
 (0)