Skip to content

Commit

Permalink
Add workflow file for quick testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanvuong2021 committed Jan 26, 2024
1 parent df2fff6 commit cfdda08
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/reporting-v2-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Reporting V2 Testing

on:
workflow_dispatch:

jobs:
terraform:
uses: ./.github/workflows/terraform-cmms.yml
secrets: inheAdrit
with:
environment: dev
apply: true

update-reporting-v2:
uses: ./.github/workflows/configure-reporting-v2.yml
needs: [ terraform ]
with:
image-tag: abc58e468afecbc730a91a69f563b262ceb3599e
environment: dev
apply: true

0 comments on commit cfdda08

Please sign in to comment.