Skip to content

Commit

Permalink
fix: update mockoon datafiles path for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Feb 13, 2025
1 parent a904e9a commit 6e482cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: mockoon/cli-action@v2
with:
version: "latest"
data-file: "./mockoon_data_files/unitycatalog_databricks.json"
data-file: ".github/mockoon_data_files/unitycatalog_databricks.json"
port: 8080

- name: Build and install deltalake
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
uses: mockoon/cli-action@v2
with:
version: "latest"
data-file: "./mockoon_data_files/unitycatalog_oss.json"
data-file: ".github/mockoon_data_files/unitycatalog_oss.json"
port: 8080

- name: Build and install deltalake
Expand Down

0 comments on commit 6e482cc

Please sign in to comment.