Skip to content

Commit

Permalink
update pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 21, 2021
1 parent ae3246f commit 5ed54d7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: install dependencies
run: |
pip3 install --upgrade pip
pip3 install --ignore-installed PyYAML
pip3 install ansible docker docker-compose
ansible-galaxy install -r requirements.yml
# - name: install dependencies
# run: |
# pip3 install --upgrade pip
# pip3 install --ignore-installed PyYAML
# pip3 install ansible docker docker-compose
# ansible-galaxy install -r requirements.yml

- name: cache maven packages
uses: actions/cache@v2
Expand Down Expand Up @@ -105,6 +105,10 @@ jobs:
run: |
docker-compose up testing
- name: check for success
run: |
docker-compose up testingcheck
- name: Stop the stack
run: docker-compose down

Expand Down

0 comments on commit 5ed54d7

Please sign in to comment.