Skip to content

Commit 8790d82

Browse files
committed
fix
1 parent eb94818 commit 8790d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout 60 bash -c 'until curl -f http://localhost:8000/scim/v2/Schemas; do sleep 2; done'
3737
3838
# Run scimverify tests against the server
39-
npx node ./bin/scimverify.js --config ./site/.vitepress/theme/components/config.yaml --base-url https://api.scim.dev/scim/v2 --auth-header "Bearer YOUR_TOKEN"
39+
npx node ./bin/scimverify.js --config ./site/.vitepress/theme/components/config.yaml --base-url http://localhost:8000/scim/v2/ --auth-header "Bearer YOUR_TOKEN"
4040
4141
# Cleanup
4242
docker stop laravel-scim-server

0 commit comments

Comments
 (0)