Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- yarn-packages-{{ .Branch }}
- yarn-packages-master
- yarn-packages-
- run:
name: install fossa
command: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
- run:
name: install globals
command: yarn global add typescript
Expand All @@ -30,6 +34,8 @@ jobs:
path: coverage
- store_artifacts:
path: coverage
- run:
command: fossa

publish:
docker:
Expand Down
16 changes: 16 additions & 0 deletions .fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.io to learn more

version: 1
cli:
server: https://app.fossa.io
fetcher: yarn
project: github.com/microsoftly/BotTester
branch: addFossa
analyze:
modules:
- name: bot-tester
path: package.json
type: nodejs
options:
allow-npm-err: true