Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanim16 committed Nov 17, 2024
1 parent 2bb369d commit df42f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}."

Expand Down

0 comments on commit df42f2d

Please sign in to comment.