Skip to content

Commit bb552d6

Browse files
committed
add debug statements to show user
1 parent 60012fd commit bb552d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
- name: Run application
1818
run: docker-compose up -d web
1919

20+
- name: Debug 1
21+
run: docker-compose run -w /opt/codebuddies app whoami
22+
if: always()
23+
24+
- name: Debug 2
25+
run: docker-compose run manage --version && whoami
26+
if: always()
27+
2028
- name: Run test suite
2129
run: docker-compose run -T --rm -w /opt/codebuddies app pytest -v
2230
if: always()

0 commit comments

Comments
 (0)