Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Nov 5, 2023
1 parent 778fe28 commit 2fc3770
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 14 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cache-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: cache-unit-tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
Expand Down Expand Up @@ -39,6 +37,12 @@ jobs:
- name: Install root npm packages
run: npm ci

- name: Compile http-client package
run: |
npm ci
npm run tsc
working-directory: packages/http-client

- name: Compile cache package
run: |
npm ci
Expand Down
35 changes: 24 additions & 11 deletions packages/cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.0.1",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^2.1.1",
"@actions/http-client": "file:../http-client",
"@actions/io": "^1.0.1",
"@azure/abort-controller": "^1.1.0",
"@azure/ms-rest-js": "^2.6.0",
Expand Down

0 comments on commit 2fc3770

Please sign in to comment.