Skip to content

Commit f536c2a

Browse files
committed
Add echo command for debugging
1 parent 37c4d89 commit f536c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-pipeline.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout Repository
1010
uses: actions/checkout@v2
11+
- name: EchoTest
12+
run: echo ls
1113
- name: Build test Docker image
1214
run: docker build --target test --tag backend:test ./backend
1315
- name: Run tests

0 commit comments

Comments
 (0)