Skip to content

Commit

Permalink
Cherry pick #525 (#546)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Wells <130512013+andrewmwells-amazon@users.noreply.github.com>
  • Loading branch information
aaronjeline and andrewmwells-amazon authored Dec 21, 2023
1 parent 8c2c814 commit 785bc9d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build_downstream_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,14 @@ jobs:
printf "\npath = \"../cedar/cedar-policy\"" >> Cargo.toml
cargo build
cargo test
- name: build tinytodo
- name: echo
working-directory: cedar-examples/tinytodo
run: |
printf "\npath = \"../cedar/cedar-policy\"" >> Cargo.toml
cargo build
cargo test
run: echo "'${{ needs.get-branch-name.outputs.branch_name }}'"

build-tiny-todo:
needs: get-branch-name
uses: cedar-policy/cedar-examples/.github/workflows/build_tiny_todo_reusable.yml@main
with:
cedar_policy_ref: ${{ github.head_ref }}
cedar_examples_ref: "main"

0 comments on commit 785bc9d

Please sign in to comment.