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