Skip to content

move a couple to gitignored folder "forks I didn't finish" #375

move a couple to gitignored folder "forks I didn't finish"

move a couple to gitignored folder "forks I didn't finish" #375

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# too many failing tests. commenting out for now
# - working-directory: ./DraftCleaner
# run: npm install
# - working-directory: ./DraftCleaner
# run: npm test
# name: DraftCleaner unit tests
- working-directory: ./GANReviewTool
run: npm install
- working-directory: ./GANReviewTool
run: npm test
name: GANReviewTool unit tests
- working-directory: ./SpeciesHelper
run: npm install
- working-directory: ./SpeciesHelper
run: npm test
name: SpeciesHelper unit tests
- working-directory: ./UserRightsDiff
run: npm install
- working-directory: ./UserRightsDiff
run: npm test
name: UserRightsDiff unit tests
- working-directory: ./VoteCounter
run: npm install
- working-directory: ./VoteCounter
run: npm test
name: VoteCounter unit tests