Commit Graph

9 Commits

Author SHA1 Message Date
Iain Sproat 37802efd77 fix(action.yaml): update defaults and align readme (#169) 2023-07-26 18:20:07 +01:00
Iain Sproat f761cbf854 tests(integration): mock server validates requests (#130)
* tests(integration): mock server validates requests

* chore(logging): improve error message

* more logging improvements

* fix logging which failed if response was not json

* Use createError method in mock server

* Improve mock server error presentation

* Add speckle_function_command to integration test using github action

* fix broken merge; ours strategy was too agressive

* Resolve 'a sequence was not expected' error message in main.yml

* Tidy up commit to match existing in main

* use tag if available, otherwise commit sha.
2023-06-23 15:58:26 +02:00
Gergő Jedlicska 43e56a8ca7 compile action 2023-06-22 17:41:25 +02:00
Iain Sproat 04dc0a5a07 fix(docs): update action and docs to match actual output (#113) 2023-06-06 21:25:19 +01:00
Iain Sproat 042a3dedcb Rename input variable function_id to speckle_function_id
- output variable function_id remains unchanged
2023-05-18 16:52:37 +01:00
Iain Sproat 1f8e68e47b Reorganise ./dist directory and move ./mockserver (#5)
* Reorganise ./dist directory and move ./mockserver

* fix(pre-commit): remove exclusions for non-existent directories
2023-03-21 23:29:58 +00:00
Iain Sproat 938e24921d feat(action): Create a Typescript action (#1) 2023-03-21 23:06:59 +00:00
Iain Sproat a148b30668 Use example action 2023-03-20 16:06:58 +00:00
Iain Sproat 0eb31b2f6b Example GitHub Action 2023-03-20 16:01:47 +00:00