Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
anaspacheco committed Dec 7, 2023
1 parent 93546d9 commit 3cb6302
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ anasofia ]
branches: [ anasofia2 ]
pull_request:
branches: [ anasofia ]
branches: [ anasofia2 ]

jobs:
build-and-test:
Expand Down Expand Up @@ -36,13 +36,4 @@ jobs:
run: |
cd back-end
npm test
- name: Build Frontend
run: |
cd front-end
npm run build
- name: Build Backend
run: |
cd back-end
npm run build

0 comments on commit 3cb6302

Please sign in to comment.