Skip to content

Commit f3e1ad0

Browse files
omkar-fossion-elgreco
authored andcommitted
fix: update mockoon datafiles path for github actions
Signed-off-by: Omkar P <[email protected]>
1 parent 3445b33 commit f3e1ad0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/python_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: mockoon/cli-action@v2
128128
with:
129129
version: "latest"
130-
data-file: "./mockoon_data_files/unitycatalog_databricks.json"
130+
data-file: ".github/mockoon_data_files/unitycatalog_databricks.json"
131131
port: 8080
132132

133133
- name: Build and install deltalake
@@ -156,7 +156,7 @@ jobs:
156156
uses: mockoon/cli-action@v2
157157
with:
158158
version: "latest"
159-
data-file: "./mockoon_data_files/unitycatalog_oss.json"
159+
data-file: ".github/mockoon_data_files/unitycatalog_oss.json"
160160
port: 8080
161161

162162
- name: Build and install deltalake

0 commit comments

Comments
 (0)