Skip to content

Commit

Permalink
Run npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Nov 28, 2023
1 parent 733d815 commit 20ef5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
working-directory: react-app

- name: Run frontend
run: npm run
run: npm start
working-directory: react-app

- name: Setup java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Run backend
run: nohup mvn spring-boot:run &
env:
Expand Down

0 comments on commit 20ef5ad

Please sign in to comment.