Skip to content

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaspacheco committed Dec 6, 2023
1 parent 9316f08 commit 452e7d3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm run install-dependencies

- name: Debug MongoDB URI
run: echo "MONGODB_URI=${{ secrets.MONGODB_URI }}" >> $GITHUB_ENV

run: npm run install-deps

- name: Build Frontend
run: |
cd front-end
Expand All @@ -45,6 +42,11 @@ jobs:
cd back-end
npm run build






Expand Down

0 comments on commit 452e7d3

Please sign in to comment.