Skip to content

Commit

Permalink
work test install
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmjartan committed Mar 6, 2024
1 parent ab557ed commit 6cbcd25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ telemetry:
scope: 'off'

targets:
only:
- type: pnpm
path: common/config/rush
exclude:
- type: pnpm
path: applink
path: common/config/rush



Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/doc-examples-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ jobs:
with:
ref: "IMJ-FOSSA-TEST"
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.17.0
- name: Install rush
run: |
npm install -g @microsoft/rush
- name: Rush install
run: |
rush install
- name: Add repository to git safe directories to avoid dubious ownership issue
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Config user
Expand Down

0 comments on commit 6cbcd25

Please sign in to comment.