Skip to content

Commit

Permalink
actions: do not install sipssert as user
Browse files Browse the repository at this point in the history
We are executing it as root, so it should be system-wide available
  • Loading branch information
razvancrainea committed Mar 21, 2024
1 parent 6ccb077 commit c985f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/Prepare_SIPssert/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- name: Install SIPssert framework
run: |
cd sipssert
python3 setup.py install --user clean
python3 setup.py install clean
shell: bash

- name: Checkout Tests repo
Expand Down
2 changes: 1 addition & 1 deletion actions/Publish_Logs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
shell: bash

- name: Publish logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.log_name }}
path: ${{ env.LOGS_PATH }}

0 comments on commit c985f87

Please sign in to comment.