mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
* Add Foresight configuration for Github Actions * Temporarily update Foresight config to trigger in feature branch too * Fix foresight config * Change `test_path` to point to a folder with the test results * Remove quotes from test_path * Use the default naming of test-results.xml again * Make the test output file explicit * Remove redundant environment variables * Only run foresight workflow on `main` and `develop` branches * Upgrade to `actions/checkout@v3` and `actions/setup-node@v3` in the Github Actions workflows
17 lines
123 B
Plaintext
17 lines
123 B
Plaintext
.idea
|
|
.vscode
|
|
.c9
|
|
_site
|
|
*swp
|
|
*.log
|
|
*.bak
|
|
|
|
node_modules
|
|
.nyc_output
|
|
/coverage
|
|
.eslintcache
|
|
|
|
lib
|
|
test-results
|
|
*.generated.js
|