Skip to content

Commit

Permalink
test job
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Sep 7, 2020
1 parent f023c0b commit 636a699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: echo $SERVICE_ACCOUNT>./serviceAccount.json
- name: install test dependencies
id: install_dependencies
run: sudo npm install firebase-tools nyc mocha eslint typedoc typescript -g
run: sudo npm install firebase-tools@8.9.2 nyc mocha eslint typedoc typescript -g
- name: Autoupdate
id: autoupdate
uses: siarheidudko/autoupdater@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install emulator and test library
run: sudo npm install firebase-tools nyc mocha -g
run: sudo npm install firebase-tools@8.9.2 nyc mocha -g
- name: Set service account
run: echo $SERVICE_ACCOUNT>serviceAccount.json
- name: Run emulator
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install emulator and test library
run: sudo npm install firebase-tools nyc mocha -g
run: sudo npm install firebase-tools@8.9.2 nyc mocha -g
- name: Set service account
run: echo $SERVICE_ACCOUNT>serviceAccount.json
- name: Run emulator
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install emulator and test library
run: sudo npm install firebase-tools nyc mocha -g
run: sudo npm install firebase-tools@8.9.2 nyc mocha -g
- name: Set service account
run: echo $SERVICE_ACCOUNT>serviceAccount.json
- name: Run emulator
Expand Down

0 comments on commit 636a699

Please sign in to comment.