Skip to content

Commit

Permalink
test: reverse video list
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Sep 17, 2024
1 parent 0bb8809 commit ddba4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ config = {
"skip": False,
},
"ocis-2": {
"version": "5.0",
"version": "latest",
# comma separated list of tags to be used for filtering. E.g. "@tag1,@tag2"
"tags": "~@skipOnOCIS",
"skip": False,
Expand Down
1 change: 1 addition & 0 deletions test/gui/shared/scripts/bdd_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def save_screenrecord(filename):
)
if not os.path.exists(screenrecords_dir):
os.makedirs(screenrecords_dir)
video_files.reverse()
for idx, video in enumerate(video_files):
if idx:
file_parts = filename.rsplit(".", 1)
Expand Down

0 comments on commit ddba4ab

Please sign in to comment.