diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a41c9f..403367f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,28 +14,28 @@ env: # You should not need to change anything below. jobs: - smoke: - name: Smoketest test-tf-generation - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Remove Python 2 and old Ansible 2.9 version - run: sudo apt purge python ansible -y - - name: Set up Python 3 - uses: actions/setup-python@v2 - with: - python-version: '3.x' - - name: Install Ansible v2.10.3 (GH actions currently uses 2.9) - run: pip install ansible==2.10.3 - - name: Print Ansible and Python version - run: ansible --version && python --version - - name: Get latest StackHead version - run: ansible-galaxy collection install git+https://github.com/getstackhead/stackhead.git,next -f - - run: ansible-playbook ./__tests__/test-tf-generation.yml +# smoke: +# name: Smoketest test-tf-generation +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - name: Remove Python 2 and old Ansible 2.9 version +# run: sudo apt purge python ansible -y +# - name: Set up Python 3 +# uses: actions/setup-python@v2 +# with: +# python-version: '3.x' +# - name: Install Ansible v2.10.3 (GH actions currently uses 2.9) +# run: pip install ansible==2.10.3 +# - name: Print Ansible and Python version +# run: ansible --version && python --version +# - name: Get latest StackHead version +# run: ansible-galaxy collection install git+https://github.com/getstackhead/stackhead.git,next -f +# - run: ansible-playbook ./__tests__/test-tf-generation.yml checkLabel: name: Please request integration test and review - needs: smoke + #needs: smoke runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: