Skip to content

Commit

Permalink
Update react-ci-last.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nankaliali authored Dec 15, 2023
1 parent a38da4f commit fcc5184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-ci-last.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Build and run tests
run: |
docker-compose up -d --build
docker-compose -T docker-react-c npm test
docker-compose up --build
docker-compose exec docker-react-c "npm install"
- name: Stop Docker Compose services
run: docker-compose down

0 comments on commit fcc5184

Please sign in to comment.