Skip to content

Commit

Permalink
Fix packages CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Feb 20, 2024
1 parent 7591d81 commit 7378079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/policy-engine-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test upstream application types
shell: bash
run: |
make policy-enigne/test/type
make policy-engine/test/type
make armory/test/type
- name: Test unit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transaction-request-intent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test upstream application types
shell: bash
run: |
make authz/test/type
make policy-engine/test/type
- name: Test unit
shell: bash
Expand Down

0 comments on commit 7378079

Please sign in to comment.