Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-terrier committed Jun 19, 2023
1 parent e8a3c5e commit 7f961fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
uses: actions/checkout@v3
- name: Install root dependencies
uses: bahmutov/npm-install@v1
- name: Start server in the background
- name: Install backend dependencies
uses: bahmutov/npm-install@v1
with:
working-directory: back
- name: Start servers in the background
run: npm run dev &
- name: Unit tests
uses: cypress-io/github-action@v5
Expand Down

0 comments on commit 7f961fe

Please sign in to comment.