elastic / synthetics-demo

Demo app for elastic/synthetics
https://elastic.github.io/synthetics-demo/
MIT License
2 stars 11 forks source link

Update workflows #27

Closed andrewvc closed 1 year ago

andrewvc commented 1 year ago

One of our actions, probably checkout, was on an old version and used an ancient version of node (12). This updates that and other workflows. If this passes we should update the project template in @elastic/synthetics. We should consider publishing our own actions as well in the future.

github-actions[bot] commented 1 year ago

Elastic Synthetics Tests

  1 files  ±  0    3 suites  +2   1s :stopwatch: ±0s 16 tests +12  16 :heavy_check_mark: +12  0 :zzz: ±0  0 :x: ±0  17 runs  +13  17 :heavy_check_mark: +13  0 :zzz: ±0  0 :x: ±0 

Results for commit b2b749ee. ± Comparison against base commit 98947134.

This pull request removes 4 and adds 16 tests. Note that renamed tests count towards both. ``` Retrieve and use HTTP Headers via request object Retrieve headers from API ‑ Retrieve headers from API Retrieve and use HTTP Headers via request object Send headers to API ‑ Send headers to API Retrieve and use HTTP Headers via request object Use API Key in HTTP request ‑ Use API Key in HTTP request Retrieve and use HTTP Headers via request object Use API Key in page request ‑ Use API Key in page request ``` ``` My Example Journey assert title ‑ assert title My Example Journey launch application ‑ launch application adding and removing multiple tasks add task Task 1 ‑ add task Task 1 adding and removing multiple tasks add task Task 2 ‑ add task Task 2 adding and removing multiple tasks add task Task 3 ‑ add task Task 3 adding and removing multiple tasks add task Task 4 ‑ add task Task 4 adding and removing multiple tasks check that task list has exactly 2 elements ‑ check that task list has exactly 2 elements adding and removing multiple tasks check that task list has exactly 3 elements ‑ check that task list has exactly 3 elements adding and removing multiple tasks destroy task 'Task 2' ‑ destroy task 'Task 2' adding and removing multiple tasks launch app ‑ launch app … ```

:recycle: This comment has been updated with latest results.