Skip to content

Commit

Permalink
Run examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zherikov committed Oct 24, 2024
1 parent 56664f6 commit 3cfad91
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ jobs:
- name: Build examples
run: dub --root examples build --parallel --verbose

- name: Run examples
run: |
dub run --root examples --verbose all:completion-separate_main-app
dub run --root examples --verbose all:completion-separate_main-completer
dub run --root examples --verbose all:completion-single_main-app
dub run --root examples --verbose all:completion-single_main-completer
dub run --root examples --verbose all:getting_started-advanced
dub run --root examples --verbose all:getting_started-basic
dub run --root examples --verbose all:sub_commands-advanced
dub run --root examples --verbose all:sub_commands-advanced
dub run --root examples --verbose all:sub_commands-basic
dub run --root examples --verbose all:sub_commands-common_args
dub run --root examples --verbose all:sub_commands-default
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 3cfad91

Please sign in to comment.