Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Inline commands in ci.yml.
  • Loading branch information
yuchenshi committed Feb 11, 2021
commit 1bec96d760776a26745699789de3a97e6fe6b6c8
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
npm run build
npm run build:tests
- name: Lint and run unit tests
run: |
npm test
run: npm test
- name: Run api-extractor
run: |
npm run api-extractor
run: npm run api-extractor
- name: Run emulator-based integration tests
run: |
npm install -g firebase-tools
Expand Down