Fix schedule workflow action retry policy (#2082) #339
publish-snapshot.yml
on: push
publish-snapshot
3m 9s
Annotations
2 errors and 1 warning
ScheduleTest.describeSchedules:
temporal-sdk/src/test/java/io/temporal/client/schedules/ScheduleTest.java#L378
java.lang.AssertionError: expected:<RetryOptions{initialInterval=PT1S, backoffCoefficient=2.0, maximumAttempts=1, maximumInterval=null, doNotRetry=[]}> but was:<RetryOptions{initialInterval=null, backoffCoefficient=0.0, maximumAttempts=1, maximumInterval=null, doNotRetry=null}>
|
ScheduleTest.describeSchedules:
temporal-sdk/src/test/java/io/temporal/client/schedules/ScheduleTest.java#L378
java.lang.AssertionError: expected:<RetryOptions{initialInterval=PT1S, backoffCoefficient=2.0, maximumAttempts=1, maximumInterval=null, doNotRetry=[]}> but was:<RetryOptions{initialInterval=null, backoffCoefficient=0.0, maximumAttempts=1, maximumInterval=null, doNotRetry=null}>
|
publish-snapshot
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|