From df42f2d2054f4bd14084f56977bc45357ec5abb8 Mon Sep 17 00:00:00 2001 From: Momoh Sani Musa Date: Sun, 17 Nov 2024 02:01:12 +0100 Subject: [PATCH] update actions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 675f518..5189f43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -85,9 +85,9 @@ jobs: python3 -m venv .venv source .venv/bin/activate python -m pip install -r requirements.txt + pytest cdk bootstrap cdk diff - cdk synth - run: echo "🍏 This job's status is ${{ job.status }}."