Skip to content

Commit

Permalink
check new build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Dec 9, 2024
1 parent 50e60a5 commit 5008974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
name: Tests
steps:
- uses: actions/checkout@v4
- name: Checkout tools repo
- name: Checkout Matomo
uses: actions/checkout@v4
with:
repository: piwik/piwik-package
path: tmp/piwik-package
repository: matomo-org/matomo
path: tmp/matomo
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

searchEnginesFile = Path("vendor/matomo/searchengine-and-social-list/SearchEngines.yml")
socialsEnginesFile = Path("vendor/matomo/searchengine-and-social-list/Socials.yml")
build_script_file = Path("tmp/piwik-package/scripts/build-package.sh")
build_script_file = Path("tmp/matomo/.github/scripts/clean-build.sh")

src = Path("src/")
dist: Path = Path("dist/")
Expand Down

0 comments on commit 5008974

Please sign in to comment.