Skip to content

Commit

Permalink
ci: Remove restaurant-backend and updated CI to build examples (#362)
Browse files Browse the repository at this point in the history
* Remove restaurant-backend and updated CI to build examples

Signed-off-by: Jiaxiao Zhou <[email protected]>
Co-authored-by: David Justice <[email protected]>
  • Loading branch information
Mossaka and devigned authored Mar 15, 2023
1 parent 74f0009 commit 4fdd690
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 343 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ jobs:
OPENSSL_DIR: C:\Program Files\OpenSSL-Win64\
OPENSSL_NO_VENDOR: true

#
# Build Examples
#
- name: "Build Examples"
run: make build-rust

#
# Run Unit Tests
#
Expand Down
32 changes: 0 additions & 32 deletions examples/app-demos/README.md

This file was deleted.

236 changes: 0 additions & 236 deletions examples/app-demos/restaurant-backend/Cargo.lock

This file was deleted.

17 changes: 0 additions & 17 deletions examples/app-demos/restaurant-backend/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions examples/app-demos/restaurant-backend/slightfile.toml

This file was deleted.

47 changes: 0 additions & 47 deletions examples/app-demos/restaurant-backend/src/main.rs

This file was deleted.

0 comments on commit 4fdd690

Please sign in to comment.