Skip to content

Fix project_name parameter #254

Fix project_name parameter

Fix project_name parameter #254

name: pull-request-integration
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- plugins/module_utils/**
- plugins/modules/**
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
integration:
environment: integration
runs-on: ubuntu-22.04
timeout-minutes: 40
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
with:
git-checkout-ref: ${{ github.event.pull_request.head.sha }}
pre-test-cmd: >-
DO_API_KEY=${{ secrets.DO_API_KEY }}
AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}
./tests/utils/render.sh
tests/integration/integration_config.yml.template
> tests/integration/integration_config.yml
ansible-core-version: ${{ matrix.ansible }}
origin-python-version: 3.9
target-python-version: 3.9
testing-type: integration
test-deps: community.general