Skip to content

Commit

Permalink
Merge pull request #87 from hackforla/devops_workflows
Browse files Browse the repository at this point in the history
Devops workflows
  • Loading branch information
sellnat77 authored Nov 19, 2019
2 parents 0697dfe + 92889f2 commit 3b29e95
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8,776 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Continuous_Integration_Frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Build project
run: npm run-script build
- name: Run Tests
run: export CI=true && npm run test -- --coverage
run: npm run-script test -- --coverage
env:
MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

dist/
# Test results
coverage/

Expand Down
Loading

0 comments on commit 3b29e95

Please sign in to comment.