Skip to content

Commit

Permalink
chore(e2e): Change E2E test execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Apr 5, 2024
1 parent d476b8d commit e576616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
# Eventually `yaks run examples` should work
# For now:
yaks run examples/aws-kinesis $YAKS_RUN_OPTIONS
yaks run examples/aws-s3 $YAKS_RUN_OPTIONS
yaks run examples/yaml $YAKS_RUN_OPTIONS
yaks run examples/xml $YAKS_RUN_OPTIONS
yaks run examples/groovy $YAKS_RUN_OPTIONS
Expand All @@ -157,5 +159,3 @@ jobs:
yaks run examples/selenium $YAKS_RUN_OPTIONS
yaks run examples/dump $YAKS_RUN_OPTIONS
yaks run examples/postgresql $YAKS_RUN_OPTIONS
yaks run examples/aws-s3 $YAKS_RUN_OPTIONS
yaks run examples/aws-kinesis $YAKS_RUN_OPTIONS

0 comments on commit e576616

Please sign in to comment.