Skip to content

Fix the tests in testing_playbook_ee_repository #674

Fix the tests in testing_playbook_ee_repository

Fix the tests in testing_playbook_ee_repository #674

Workflow file for this run

---
name: Test roles and modules - Standalone
on: [push, pull_request_target]
jobs:
ci_standalone:
strategy:
fail-fast: false
matrix:
galaxy_ng_version:
- stable-4.8
- stable-4.9
- master
uses: ./.github/workflows/ci_standalone_versioned.yml
with:
galaxy_ng_version: ${{ matrix.galaxy_ng_version }}
ci_workflow: ci_standalone
gh_ref: ${{ github.event.pull_request.head.sha || github.sha }}
secrets:
redhat_catalog_username: ${{ secrets.REDHAT_CATALOG_USERNAME }}
redhat_catalog_password: ${{ secrets.REDHAT_CATALOG_PASSWORD }}