Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO-ISSUE] feat(users): allow to provide external userId (uuid) #17

Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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
ci: adapt JS client lib's CI
GuillaumeDecMeetsMore committed Jul 11, 2024
commit d2234a7b3ce8c951a53f34054def1bff6a98dc4e
10 changes: 5 additions & 5 deletions .github/workflows/js-client-test.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
node-version: [10, 12, 14]
os: [ubuntu-22.04]
node-version: [20]

services:
postgres:
@@ -68,7 +68,7 @@ jobs:
- name: Run JavaScript client tests
run: |
cd scheduler/clients/javascript
npm i -g typescript
npm i
npm i -g pnpm
pnpm i

npm run test
pnpm run test