From 2b95d197e6059526a7b5f065f96df0cd190e630c Mon Sep 17 00:00:00 2001 From: Maria <79389256+marythedev@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:21:35 -0500 Subject: [PATCH] updated ci to run both commands on integration-tests job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e0e61..4305c8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: AWS_SESSION_TOKEN: ${{ secrets.AWS_SESSION_TOKEN }} AWS_DYNAMODB_TABLE_NAME: fragments - name: Setup Local AWS Resources - run: + run: | chmod +x ./scripts/local-aws-setup.sh ./scripts/local-aws-setup.sh - name: Run Hurl Tests