We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfefb89 commit c19095dCopy full SHA for c19095d
.github/workflows/tests.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
node-version: 20
29
cache: "npm"
30
+ - run: docker exec iris iris session iris -U%SYS '##class(Security.Users).UnExpireUserPasswords("*")'
31
- run: npm ci
32
- run: npm run build
33
- run: npm run test
0 commit comments