Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 6a9efc4

Browse files
author
Sasha Gerrand
committed
Reorder examples
This ordering makes more sense: 1. "standard" prime booking flow 2. same, but with a hold order 3. same as instant order, but book a seat as well 4. same as instant order, but change the order
1 parent e2f3f9d commit 6a9efc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
python-version: 3.8
5151
- name: Install local version of package
5252
run: pip install --editable .
53-
- name: Run book and change example
54-
run: python examples/book-and-change.py
55-
- name: Run book with seat example
56-
run: python examples/book-with-seat.py
57-
- name: Run hold and pay later example
58-
run: python examples/hold-and-pay-later.py
5953
- name: Run search and book example
6054
run: python examples/search-and-book.py
55+
- name: Run hold and pay later example
56+
run: python examples/hold-and-pay-later.py
57+
- name: Run book with seat example
58+
run: python examples/book-with-seat.py
59+
- name: Run book and change example
60+
run: python examples/book-and-change.py
6161

6262
test:
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)