Skip to content

Commit

Permalink
BREAKING CHANGES: Merge pull request #500 from Duke-MatSci/develop
Browse files Browse the repository at this point in the history
BREAKING CHANGES
  • Loading branch information
tholulomo authored Jul 28, 2024
2 parents 493babb + aeed7f9 commit f3d9cb4
Show file tree
Hide file tree
Showing 129 changed files with 11,045 additions and 4,188 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ jobs:
run: |
cd resfulservice
npm install
- run: npm install
- run: npm run test
- name: Run restful service tests
run: |
cd resfulservice
npm run test
env:
CI: true
- run: npm install
# - run: npm run test
BuildFrontend:
needs: [test]
uses: Duke-MatSci/materialsmine/.github/workflows/builder.yml@develop
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ package-lock.json
**/**/*.log

# Fuseki
mockDB/old-fuseki/
mockDB/fuseki/shiro.ini
mockDB/fuseki/backups/
mockDB/fuseki/databases/
Expand All @@ -38,6 +39,7 @@ mockDB/fuseki/templates/
mockDB/fuseki/log4j2.properties
mockDB/materialsmine_backup/
mockDB/fuseki/files/
mockDB/fuseki/

#Sync DB
mockDB/restore/mongodump/
Expand Down
Loading

0 comments on commit f3d9cb4

Please sign in to comment.