mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-09 22:58:02 +00:00
test: fix tests again
This commit is contained in:
2
.github/workflows/ci_cd.yml
vendored
2
.github/workflows/ci_cd.yml
vendored
@@ -248,7 +248,7 @@ jobs:
|
||||
timeout_minutes: 1
|
||||
max_attempts: 2
|
||||
shell: python
|
||||
command: print "1, 2, 3"
|
||||
command: print('1', '2', '3')
|
||||
|
||||
# runs on push to master only
|
||||
cd:
|
||||
|
||||
Reference in New Issue
Block a user