Skip to content

Commit

Permalink
Try cd-ing into backend before running stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed May 30, 2024
1 parent 031146b commit cb432cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: EchoTest
run: ls ./backend
- name: Open backend
run: cd ./backend
- name: Build test Docker image
run: docker build --target test --tag backend:test ./backend
run: docker build --target test --tag backend:test .
- name: Run tests
run: docker run --env-file backend/.env backend:test

0 comments on commit cb432cb

Please sign in to comment.