We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fb23c commit a4fa86dCopy full SHA for a4fa86d
.github/workflows/test-pr.yaml
@@ -73,11 +73,11 @@ jobs:
73
- name: Provision Azimuth
74
uses: azimuth-cloud/azimuth-config/.github/actions/provision@devel
75
76
- # # Run the tests
+ # Run the tests
77
- name: Run Azimuth tests
78
uses: azimuth-cloud/azimuth-config/.github/actions/test@devel
79
80
- # Tear down the environment
+ # Tear down the environment
81
- name: Destroy Azimuth
82
uses: azimuth-cloud/azimuth-config/.github/actions/destroy@devel
83
if: ${{ always() }}
0 commit comments