From cfdda080d1168e052e99dd4811737babee160ca8 Mon Sep 17 00:00:00 2001 From: Tristan Vuong Date: Fri, 26 Jan 2024 19:25:35 +0000 Subject: [PATCH] Add workflow file for quick testing --- .github/workflows/reporting-v2-testing.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/reporting-v2-testing.yml diff --git a/.github/workflows/reporting-v2-testing.yml b/.github/workflows/reporting-v2-testing.yml new file mode 100644 index 00000000000..14c9e5bc209 --- /dev/null +++ b/.github/workflows/reporting-v2-testing.yml @@ -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