Skip to content

Commit

Permalink
Revert "remove redirect"
Browse files Browse the repository at this point in the history
This reverts commit e40fbc6.
  • Loading branch information
sbmsr committed Mar 8, 2023
1 parent e40fbc6 commit dbd6eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm run dev:frontend &

- name: start backend
run: npm run dev:backend &
run: npm run dev:backend > /logs.txt &

- name: Run Tests
run: node .github/workflows/test.js
Expand Down

0 comments on commit dbd6eec

Please sign in to comment.