feat: (DSO-2078) Implement conventional commits and task file #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🚢 Deployment Action Tests | |
on: | |
pull_request: | |
branches: | |
- main | |
env: | |
ANSIBLE_FORCE_COLOR: '1' | |
PY_COLORS: '1' | |
FORCE_COLOR: '1' | |
jobs: | |
deployment_test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 💻 Checkout current pull-request revision code | |
uses: actions/checkout@v4 | |
- name: 🚀 Test Deployment Action | |
uses: ./ | |
with: | |
dry_run: true | |
playbook_name: 'stage' | |
ansible_tags: >- | |
auth, | |
env-vars, | |
info |