Skip to content

Commit

Permalink
github: simplify the sipssert deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Oct 24, 2024
1 parent ca68064 commit bd3edc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions .github/actions/Prepare_SIPssert/action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: 'Checkout and Install SIPssert & Tests'
description: 'Checks out and installs the SIPssert & Tests repos'
name: 'Checkout and Install SIPssert'
description: 'Checks out and installs the SIPssert repo'
inputs:
sipssert-repo:
description: 'SIPssert repository to checkout'
required: false
default: 'OpenSIPS/SIPssert'
tests-repo:
description: 'Tests repository to checkout'
required: false
default: ${{ github.repository }}
directory:
description: "Directory to store tests checkout"
required: false
default: 'tests'
runs:
using: 'composite'
steps:
Expand All @@ -33,9 +25,3 @@ runs:
cd sipssert
python3 setup.py install --user clean
shell: bash

- name: Checkout Tests repo
uses: actions/checkout@v4
with:
repository: ${{ inputs.tests-repo }}
path: ${{ inputs.directory }}
2 changes: 1 addition & 1 deletion .github/actions/Run_Tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
directory:
description: "tests directory"
required: false
default: 'tests'
default: '.'
runs:
using: 'composite'
steps:
Expand Down

0 comments on commit bd3edc3

Please sign in to comment.