Test that was not failing 2 days before it is failing now #875
Replies: 1 comment 1 reply
-
Hello, You can try to fix the shebang by adding the desired shell to execute the step.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Need some help a couple of days ago this scenario was passing then suddenly without any change it stopped working
I'm getting the following error -
result.systemerr: '/tmp/venom-824751690: line 23: arithmetic syntax error'
result.systemerrjson: ""
result.systemout: "Current date: 2025-08-01\nDay of week: Friday"
Does anyone know what changed?
scenario:
`
name: gettoday_with_future_date
steps:
- type: exec
script: |
# Get the current date in YYYY-MM-DD format
current_date=$(date +'%Y-%m-%d')
echo "Current date: $current_date"
`
Beta Was this translation helpful? Give feedback.
All reactions