Skip to content

Commit e709c4f

Browse files
committed
chore(ci): update test-action workflow to use simple-layered-app example
1 parent 2f933de commit e709c4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Run action (default inputs)
2323
uses: ./
2424
with:
25-
target_dir: 'examples/hexagonal-app/'
26-
model: examples/hexagonal-app/architecture.yml
27-
rules: examples/hexagonal-app/rules.pacta.yml
25+
target_dir: 'examples/simple-layered-app/'
26+
model: examples/simple-layered-app/architecture.yml
27+
rules: examples/simple-layered-app/rules.pacta.yml
2828
fail-on-violations: "false"
2929
pacta-version: "local"

0 commit comments

Comments
 (0)