Skip to content

Commit

Permalink
🌟Synchronization of the user with LDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Sep 6, 2023
1 parent bc976de commit 151f138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ldap-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build ldap sync
run: cd tdrive/backend/utils/ldap-sync && npm run build
run: cd tdrive/backend/utils/ldap-sync && npm i && npm run build

0 comments on commit 151f138

Please sign in to comment.