Skip to content

Commit cb432cb

Browse files
committed
Try cd-ing into backend before running stuff
1 parent 031146b commit cb432cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- name: Checkout Repository
1010
uses: actions/checkout@v2
11-
- name: EchoTest
12-
run: ls ./backend
11+
- name: Open backend
12+
run: cd ./backend
1313
- name: Build test Docker image
14-
run: docker build --target test --tag backend:test ./backend
14+
run: docker build --target test --tag backend:test .
1515
- name: Run tests
1616
run: docker run --env-file backend/.env backend:test

0 commit comments

Comments
 (0)