Progressive Delivery - Canary Release #2
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: Progressive Delivery - Canary Release | |
on: workflow_dispatch | |
jobs: | |
run-e2e-tests: | |
runs-on: ubuntu-latest | |
name: Run E2E Tests | |
steps: | |
- name: Say that you are testing | |
run: echo "Testing......!" | |
- name: Say that testing is done | |
run: echo "Completed......!" |