Commit graph

32 commits

Author SHA1 Message Date
dependabot[bot]
753e6d33b4
Bump actions/checkout from 3 to 4 (#5123)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 10:09:10 +02:00
dependabot[bot]
e8d11ecbea
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 00:45:02 +00:00
Murderlon
cc9df76296
Fix prettier 2024-04-16 10:01:55 +02:00
dependabot[bot]
0a183bc6de
Bump actions/setup-node from 3 to 4 (#5087)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 16:32:29 +02:00
dependabot[bot]
fd36014bdb
meta: bump supercharge/redis-github-action from 1.4.0 to 1.8.0 (#5090)
* Bump supercharge/redis-github-action from 1.4.0 to 1.8.0

Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.4.0 to 1.8.0.
- [Release notes](https://github.com/supercharge/redis-github-action/releases)
- [Changelog](https://github.com/supercharge/redis-github-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/supercharge/redis-github-action/compare/1.4.0...1.8.0)

---
updated-dependencies:
- dependency-name: supercharge/redis-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Use a hash instead of a tag

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-04-15 16:29:58 +02:00
dependabot[bot]
f8d1f419a3
meta: bump actions/cache from 3 to 4 (#5088)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 16:26:33 +02:00
Antoine du Hamel
cfdbe4c57b
meta: include more packages in compare_diff CI (#5044) 2024-03-28 14:03:48 +01:00
Antoine du Hamel
7490a3daf2
fixup! meta: fix race condition in e2e.yml 2024-01-24 10:56:38 +01:00
Antoine du Hamel
f6b18c240a
meta: fix race condition in e2e.yml 2024-01-24 10:51:57 +01:00
Antoine du Hamel
0dd05f5a20
fixup! meta: merge output-watcher and e2e workflows 2024-01-23 15:02:15 +01:00
Antoine du Hamel
2c2553a508
fixup! meta: merge output-watcher and e2e workflows 2024-01-23 14:50:40 +01:00
Antoine du Hamel
57b456d45c
fixup! meta: merge output-watcher and e2e workflows (#4886) 2024-01-23 13:09:49 +01:00
Antoine du Hamel
b329452f06
fixup! meta: merge output-watcher and e2e workflows (#4886) 2024-01-23 13:02:28 +01:00
Antoine du Hamel
9b04551ab8
fixup! meta: merge output-watcher and e2e workflows (#4886) 2024-01-23 12:57:00 +01:00
Antoine du Hamel
8f60e3b32f
fixup! meta: merge output-watcher and e2e workflows (#4886) 2024-01-23 12:51:23 +01:00
Antoine du Hamel
a37863d654
meta: merge output-watcher and e2e workflows (#4886)
The upsides are:

- We will run e2e test suite only on PRs that need it (because no output
  changes means same e2e result).
- The workflow will now
also add the `pending-e2e-tests` only on community PRs that actually
  need it.
- Adding the `safe to test` label will also allow the diff checker to be
  more precise – before it had to ignore all changes outside of
  `packages/`.

The downside is that the actual e2e will start only once the diff has
been calculated (which takes about 1 minute atm).
2024-01-23 12:47:40 +01:00
Antoine du Hamel
34c78e9093
meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02:00
Mikael Finstad
e966fa7540
meta: use load balancer for companion in e2e tests (#4228) 2023-02-02 11:25:50 +01:00
Antoine du Hamel
3437074765
ci: make sure Yarn's global cache is disabled (#4268)
Yarn v4 enables global caching by default, using a local cache
simplifies the use of @actions/cache.
Also simplifies the "Publish to the npm registry" step.
2023-01-08 15:32:36 +01:00
Antoine du Hamel
428eea5f4d
meta: do not use the set-output command in workflows (#4175) 2022-11-10 17:44:30 +01:00
Antoine du Hamel
c617481057
meta: run CI when modifying workflow files (#4091) 2022-09-07 12:00:50 +02:00
Antoine du Hamel
7e291abd98
meta: limit the number of unnecessary CI runs (#4086) 2022-09-07 11:38:46 +02:00
Antoine du Hamel
5b1693d10a
meta: fix typo in e2e.yml 2022-09-01 15:33:04 +02:00
Merlijn Vos
ff97b29e90
Restrict e2e CI runs (#4075)
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-09-01 14:24:56 +01:00
Antoine du Hamel
9c5fc02e4b
meta: improve CI npm install time (#4058) 2022-08-30 14:50:25 +02:00
Antoine du Hamel
51da2b5a79
e2e: add tests for AWS (#3665)
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-08-23 18:43:46 +02:00
Merlijn Vos
b345763710
Setup Cypress Dashboard (#3691) 2022-05-23 18:05:39 +02:00
Antoine du Hamel
2a1b178798 fixup! e2e: run CI on PRs that modify the workflow file (#3740) 2022-05-17 14:58:28 +02:00
Antoine du Hamel
f325fb2163
e2e: run CI on PRs that modify the workflow file (#3740)
…and add the option to skip build when spawning e2e locally
2022-05-16 15:35:03 +02:00
Antoine du Hamel
868e68d3d5 meta: addVITE_TRANSLOADIT_SECRET for e2e 2022-04-25 16:18:59 +02:00
Antoine du Hamel
6c53123c3c
meta: upgrade GHA actions (#3602)
and use the more general `lts/*` version descrption for Node.js installs
2022-03-28 09:17:47 +02:00
Antoine du Hamel
99909559b9
meta: run e2e workflow on the head branch instead of the base one (#3561)
Refs: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
2022-03-14 13:59:34 +01:00