Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Mar 11, 2024
1 parent 09f9808 commit ea74d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Public test report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
if: success()
with:
report_paths: "**/phpunit-junit.xml"

Expand All @@ -65,6 +65,6 @@ jobs:
shell: sh
run: |
targetFoler="/home/nttu/actions-runner/workspace/market.axonivy.com/market.axonivy.com"
ln -fns /home/axonivya/data/market $targetFoler/src/web/_market
ln -fns /home/axonivya/data/market $targetFolder/src/web/_market
ln -fns /home/axonivya/data/market-cache $targetFolder/src/web/market-cache
ln -fns $targetFolder/src/web /var/www/market.axonivy-dev.com

0 comments on commit ea74d5d

Please sign in to comment.