Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uparkalau authored Aug 9, 2024
1 parent aa44fa4 commit db757ce
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Node.js CI

on:
push:
branches: [ "master" ]
branches:
- "develop"
pull_request:
branches: [ "master" ]
branches:
- "develop"

jobs:
build:
Expand Down Expand Up @@ -55,9 +57,9 @@ jobs:
# working-directory: ./backend
# run: npm test

# - name: Run tests for frontend
# working-directory: ./frontend
# run: npm test
- name: Run tests for frontend
working-directory: ./frontend
run: npm test

- name: Run Docker container
run: docker-compose up --build -d

0 comments on commit db757ce

Please sign in to comment.