Skip to content

Commit

Permalink
fix: add cli to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msagi committed Apr 1, 2024
1 parent 25d435b commit 4186534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
id: test
run: |
npm run test-coverage-ci
npm run test-coverage-ci --workspaces --if-present
- name: Upload test coverage report
uses: codecov/codecov-action@v4.1.1
Expand Down
1 change: 1 addition & 0 deletions packages/git-proxy-cli/git-proxy-cookie
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["connect.sid=s%3A7JixoS9s9h-iVPSdaMXuYo4QU3nU25I8.iDVsAicZCFXnMFQr%2Bz7Jxv%2Fv0poOuR1KM%2Fe%2Bcz2cbgo; Path=/; HttpOnly"]

0 comments on commit 4186534

Please sign in to comment.