Skip to content

Commit

Permalink
Revert "Revert "Fix windows tests in Github Action and Circle CI (#1218
Browse files Browse the repository at this point in the history
…)" (#1260)" (#1261)

This reverts commit 634e3f0.
  • Loading branch information
nimaa77 authored Apr 24, 2020
1 parent 634e3f0 commit a791cc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: yarn global add elm

- name: Install and bootstrap packages
run: yarn install --frozen-lockfile --ignore-engines
run: yarn install --frozen-lockfile --ignore-engines --network-timeout 30000

- name: Run tests
run: yarn test --runInBand --coverage
Expand Down
2 changes: 1 addition & 1 deletion examples/with-reason-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"reason-react": "^0.5.3"
},
"devDependencies": {
"bs-platform": "^4.0.17",
"bs-platform": "^7.2.2",
"concurrently": "^4.0.1",
"razzle": "^2.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion test/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"roots": ["<rootDir>/tests"],
"collectCoverageFrom": ["**/*.js"],
"testMatch": [
"<rootDir>/tests/**/?(*.)(spec|test).(ts|js)?(x)"
"<rootDir>/tests/**/*(*.)@(spec|test).(ts|js)?(x)"
]
}

0 comments on commit a791cc4

Please sign in to comment.