Skip to content

Commit 031146b

Browse files
committed
ls backend files
1 parent 9c4e847 commit 031146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout Repository
1010
uses: actions/checkout@v2
1111
- name: EchoTest
12-
run: ls
12+
run: ls ./backend
1313
- name: Build test Docker image
1414
run: docker build --target test --tag backend:test ./backend
1515
- name: Run tests

0 commit comments

Comments
 (0)