5 Commits

Author SHA1 Message Date
Jos de Jong
b32875f705 chore: upgrade node and Github actions versions for CI 2023-12-20 12:39:41 +01:00
Jos de Jong
0a093307b8
Setup Foresight testing workflow (#2802)
* 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
2022-10-06 14:06:40 +02:00
Jos de Jong
530568706e Do not test on node@12 anymore (has reached end of life), run tests on node@18, use node@16 for the unit tests 2022-05-09 10:56:03 +02:00
Jos de Jong
bcdbdaa760 Do not run browserstack tests when pushing a tag 2022-03-01 13:01:42 +01:00
Harry Sarson
788c0b96e9
Refactor/GitHub workflow (#2041)
* Try out running unit tests with github actions instead of Travis

* try running browser tests in github actions

* fix workflow names

* run build on pr too

* trying running CI only once on PR

* Revert "trying running CI only once on PR"

This reverts commit 9a3db6e167642e9bd35ed6f20a459c5450dd882e.

* run CI only once on PR from branch

* try running transpiled build on node 10

* correct node version syntax + tidy

* fix syntax

* final (?) fix up

Co-authored-by: Jos de Jong <wjosdejong@gmail.com>
2020-12-18 14:36:56 +01:00