Skip to content

Commit a991b5c

Browse files
Update fix_test_pr.yml
1 parent 363d738 commit a991b5c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/fix_test_pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
- name: "Set frontend tag"
5959
id: frontend_tag
6060
run: docker container inspect $(docker container ls -aq) --format "{{.Config.Image}}" | grep -m 1 "victorycenterua/client:" | cut -d "-" -f2 | head -c -1
61+
- name: Checkout
62+
uses: actions/checkout@v2
63+
with:
64+
repository: ita-social-projects/VictoryCenter-DevOps
65+
- name: list dirs
66+
run: ls
6167
manual_approval_rollback:
6268
needs: stage_deploy
6369
environment: stage

0 commit comments

Comments
 (0)