Skip to content

Commit

Permalink
Merge pull request #29 from PelionIoT/use-install
Browse files Browse the repository at this point in the history
Use install.sh from pelion-system-test-folder
  • Loading branch information
JanneKiiskila authored Jun 25, 2024
2 parents 512eec0 + fa7812e commit f7a3172
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ jobs:
python3 -m venv venv
fi
source venv/bin/activate
pip install --upgrade pip
pip install -U -r requirements.txt
pip install packages/*.whl
pip install -e systemtest-library
./install.sh
pytest -v --config_path=prod-edge-core-config.json --html=../${{ env.RESULT_HTML }} \
--self-contained-html -log_cli=true --log-cli-level=DEBUG \
--log-file=../${{ env.RESULT_LOG_FILE }} --log-file-level=DEBUG \
Expand Down

0 comments on commit f7a3172

Please sign in to comment.