From 5ed54d7dbf6a9890b6dbee5124a3f3953235953c Mon Sep 17 00:00:00 2001 From: wildone Date: Wed, 21 Jul 2021 16:51:40 +1000 Subject: [PATCH] update pipeline. --- .github/workflows/main.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cec79a4..b8e7e6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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