Skip to content

Commit 0f1ea4b

Browse files
committed
fix: checkout app_api
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 10092cb commit 0f1ea4b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/integration-test-k8s.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ jobs:
120120
path: context_chat_backend/
121121
persist-credentials: false
122122

123+
- name: Checkout app_api
124+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
125+
with:
126+
path: apps/app_api
127+
persist-credentials: false
128+
123129
- name: Get app version
124130
id: appinfo
125131
uses: skjnldsv/xpath-action@7e6a7c379d0e9abc8acaef43df403ab4fc4f770c # master

.github/workflows/integration-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ jobs:
122122
path: context_chat_backend/
123123
persist-credentials: false
124124

125+
- name: Checkout app_api
126+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
127+
with:
128+
path: apps/app_api
129+
persist-credentials: false
130+
125131
- name: Get app version
126132
id: appinfo
127133
uses: skjnldsv/xpath-action@7e6a7c379d0e9abc8acaef43df403ab4fc4f770c # master

0 commit comments

Comments
 (0)