-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,15 +30,4 @@ jobs: | |
run: cd townService; npm install && npm run prestart && npm run lint && npm test | ||
|
||
- name: Build and test frontend components | ||
run: cd frontend; npm install && npm run prestart && npm run lint && npm test | ||
# deploy: | ||
# if: github.ref == 'refs/heads/master' | ||
# needs: build-and-test | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - uses: akhileshns/[email protected] # Deploy to Heroku action | ||
# with: | ||
# heroku_api_key: ${{secrets.HEROKU_API_KEY}} | ||
# heroku_app_name: ${{secrets.HEROKU_APP_NAME}} | ||
# heroku_email: ${{secrets.HEROKU_EMAIL}} | ||
run: cd frontend; npm install && npm run prestart && npm run lint && npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters