From 7d5edec822fbf4c8a82875ba2d14177e005a5c27 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 16 Aug 2021 16:22:35 -0700 Subject: [PATCH] Added calling of the create_baseline_folder.py script. --- .github/workflows/validate-and-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/validate-and-build.yml b/.github/workflows/validate-and-build.yml index 0b051fffd5..de085be140 100644 --- a/.github/workflows/validate-and-build.yml +++ b/.github/workflows/validate-and-build.yml @@ -537,6 +537,11 @@ jobs: with: ref: 'develop' + - name: Create Baseline Folder + run: | + source venv/bin/activate + python3 bin/create_baseline_folder.py + #Official, Verified Amazon-AWS Github Account Provided Action - uses: aws-actions/configure-aws-credentials@v1 with: