Skip to content

Commit

Permalink
disabled automation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 27, 2019
1 parent 90db175 commit da6574b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
if: github.ref != 'refs/heads/master'
run: mvn sonar:sonar -P all-modules -q "-Dsonar.branch.name=${GITHUB_REF}" "-Dsonar.branch.target=master" "-Dsonar.host.url=${SONAR_URL}" "-Dsonar.login=${SONAR_TOKEN}" "-Dsonar.organization=${SONAR_ORGANISATION}"

- name: install dependencies
run: |
sudo apt-get install ansible libcurl4-openssl-dev libssl-dev socat default-jdk
python -m pip install --upgrade pip
pip install -r requirements.txt
# - name: install dependencies
# run: |
# sudo apt-get install ansible libcurl4-openssl-dev libssl-dev socat default-jdk
# python -m pip install --upgrade pip
# pip install -r requirements.txt
# - name: automation test
# run: ./automation-testing

Expand Down

0 comments on commit da6574b

Please sign in to comment.