Skip to content

Commit 3a9be61

Browse files
committed
Fix CI workflow: update PChatBot references to PeasyAI
- Update path triggers from Src/PChatBot/** to Src/PeasyAI/** - Update working-directory from Src/PChatBot to Src/PeasyAI - Update workflow name to PeasyAI Contract Tests The directory was renamed but the workflow still referenced the old name, so CI would never trigger and would fail if run manually.
1 parent f35054e commit 3a9be61

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pchatbot-contract-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: PChatBot Contract Tests
1+
name: PeasyAI Contract Tests
22

33
on:
44
push:
55
paths:
6-
- "Src/PChatBot/**"
6+
- "Src/PeasyAI/**"
77
- ".github/workflows/pchatbot-contract-tests.yml"
88
pull_request:
99
paths:
10-
- "Src/PChatBot/**"
10+
- "Src/PeasyAI/**"
1111
- ".github/workflows/pchatbot-contract-tests.yml"
1212

1313
jobs:
1414
contract-tests:
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
18-
working-directory: Src/PChatBot
18+
working-directory: Src/PeasyAI
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)