Skip to content

Commit

Permalink
adjust run path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bee-Mar committed Dec 17, 2023
1 parent 45e1276 commit c619f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Install Test
run: |
pdm install
$HOME/.local/bin/mmpm --help
./__pypackages/${{ matrix.python-version }}/bin/mmpm version
./__pypackages/${{ matrix.python-version }}/bin/mmpm --help
mmpm-ui:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
- name: Angular Build
run: |
cd ui && ./node_modules/@angular/cli/bin/ng.js build --configuration production --output-hashing none --base-href /
#package-and-publish:
# needs: [mmpm-cli, mmpm-ui]
# runs-on: ubuntu-latest
Expand Down

0 comments on commit c619f31

Please sign in to comment.