Skip to content

fix(deps): pin dependencies#319

Open
team-github-bot wants to merge 1 commit into
mainfrom
renovate/pin-dependencies
Open

fix(deps): pin dependencies#319
team-github-bot wants to merge 1 commit into
mainfrom
renovate/pin-dependencies

fix(deps): pin dependencies

0896b1b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / JEST Tests succeeded Jun 8, 2026 in 0s

8 passed, 0 failed and 0 skipped

Tests passed successfully

✅ reports/jest-junit.xml

8 tests were completed in 26s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
tests/integration/integration.test.ts 2✅ 25s
tests/unit/input-parsing.test.ts 4✅ 5s
tests/unit/list-environments.test.ts 2✅ 5s

✅ tests/integration/integration.test.ts

integration tests
  ✅ can deploy a release with scheduled start time
  ✅ can deploy a release

✅ tests/unit/input-parsing.test.ts

✅ get input parameters
✅ deploy_at and deploy_at_expiry are parsed as dates
✅ invalid deploy_at throws error
✅ invalid deploy_at_expiry throws error

✅ tests/unit/list-environments.test.ts

listEnvironments when v2 endpoint is not available
  ✅ should successfully retrieve environments using v1 endpoint
listEnvironments when v2 endpoint cannot find environments
  ✅ should successfully retrieve environments using v1 endpoint