Skip to content

Commit 311f36b

Browse files
committed
change
1 parent 2d9eb72 commit 311f36b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-backend.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
aws-region: eu-central-1
2323
- name: Login to Amazon ECR
2424
uses: aws-actions/amazon-ecr-login@v2
25+
- name: Test
26+
if: always()
27+
run: |
28+
sleep
2529
- name: Run kaniko
2630
working-directory: ./backend
2731
run: |
@@ -30,7 +34,3 @@ jobs:
3034
--context=./ \
3135
--verbosity debug \
3236
--destination=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
33-
- name: Test
34-
if: always()
35-
run: |
36-
sleep

0 commit comments

Comments
 (0)