We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4e847 commit 031146bCopy full SHA for 031146b
.github/workflows/ci-pipeline.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout Repository
10
uses: actions/checkout@v2
11
- name: EchoTest
12
- run: ls
+ run: ls ./backend
13
- name: Build test Docker image
14
run: docker build --target test --tag backend:test ./backend
15
- name: Run tests
0 commit comments