cal/.github/workflows/nextjs-bundle-analysis.yml

97 lines
3.3 KiB
YAML
Raw Normal View History

2023-02-13 16:44:37 -03:00
name: "Next.js Bundle Analysis"
2023-02-13 16:38:45 -03:00
on:
Refactors Github Workflows (#7267) * Testing * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Tests * Update production-build.yml * Update pr.yml * Update pr.yml * Update nextjs-bundle-analysis.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * test * Test * Revert * TEST * Update production-build.yml * Update production-build.yml * DRY * Fixes * Update action.yml * Update action.yml * Fixes * WIP * Update action.yml * Update action.yml * Abstract playwright cache * Update yarn-e2e.yml * Adds type check * Update pr.yml * Tests * Anotha one * Update action.yml * Update pr.yml * Update action.yml * Cleanup * Update package.json * Update yarn-e2e.yml * Test * Cleanup * Update check-types.yml * Update yarn-install.yml * Update yarn-install.yml * Update yarn-install.yml * Fixes * Fixes * Update pr.yml * Fixes * Removed required checks * WIP * Adjustments * Update action.yml * Update pr.yml * Comments out buildjet * Caches DB * Update lint.yml * Update action.yml * Update action.yml * Update action.yml * Upgrades actions/checkout@v3 * Build fixes * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Fixes? * Inherit secrets * Re-enables buildjet * Adds missing build cache to e2e * Revert "Re-enables buildjet" This reverts commit badd655e1edf8c2942582439f9fd48c00f892c38. * Fixes build env * Revert "Revert "Re-enables buildjet"" This reverts commit a1d78e7c12618d14b23bd50540ee005c6a550e7b. * Update .github/actions/cache-db/action.yml * Define CODEOWNERS file (#7245) * Start defining CODEOWNERS file * Update CODEOWNERS --------- Co-authored-by: Omar López <zomars@me.com> * improved brand colors on booking page (#7269) --------- Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-02-21 21:10:39 -03:00
workflow_call:
workflow_dispatch:
2023-02-21 21:22:46 -03:00
push:
branches:
- main
2023-02-13 16:38:45 -03:00
jobs:
2023-02-22 18:36:14 -03:00
build:
name: Production build
Squashed commit of the following: commit db31f2fdf442a7e68b8cdee4990318d30a5a3210 Author: zomars <zomars@me.com> Date: Thu Feb 23 11:41:46 2023 -0700 Update pr.yml commit 7afa9839e3a3842f2277f54bff703b1eb5740905 Author: zomars <zomars@me.com> Date: Thu Feb 23 11:36:49 2023 -0700 Update nextjs-bundle-analysis.yml commit 3b68ed19d774ce9540b0729e0b109cccbde65ea4 Author: zomars <zomars@me.com> Date: Thu Feb 23 11:28:30 2023 -0700 Update pr.yml commit 7c7e5ab65b03f97760481610a71c796611080719 Author: zomars <zomars@me.com> Date: Thu Feb 23 10:56:14 2023 -0700 Update pr.yml commit d1854cedd2aa19a7c260426ce3b309a40a16315a Merge: 26568ba69 b018ee34a Author: zomars <zomars@me.com> Date: Thu Feb 23 10:50:32 2023 -0700 Merge remote-tracking branch 'upstream/main' commit 26568ba693a2dd456bcd962598b4dddb8d117d1f Merge: 2c72ac6f0 f5318c6be Author: zomars <zomars@me.com> Date: Tue Feb 21 17:10:10 2023 -0700 Merge remote-tracking branch 'upstream/main' commit 2c72ac6f0c0edbedc305eb7366742d31534ea1c2 Author: Peer Richelsen <peeroke@gmail.com> Date: Tue Feb 21 23:25:43 2023 +0100 improved brand colors on booking page (#7269) commit 65c0d3ffe8a7bd197c99bac3715356ab08669fbd Author: Alex van Andel <me@alexvanandel.com> Date: Tue Feb 21 20:03:52 2023 +0000 Define CODEOWNERS file (#7245) * Start defining CODEOWNERS file * Update CODEOWNERS --------- Co-authored-by: Omar López <zomars@me.com> commit 29fb81434864634af584228e3bf3ddea1d630ecd Author: Omar López <zomars@me.com> Date: Tue Feb 21 17:06:44 2023 -0700 Update .github/actions/cache-db/action.yml commit 92672fe3aa5539a083cbb10f82f87441b9e899d3 Author: zomars <zomars@me.com> Date: Tue Feb 21 16:09:20 2023 -0700 Revert "Revert "Re-enables buildjet"" This reverts commit a1d78e7c12618d14b23bd50540ee005c6a550e7b. commit 530e9748d7f2d4826ccffaa40dea2f137f8f17a9 Author: zomars <zomars@me.com> Date: Tue Feb 21 15:13:22 2023 -0700 Fixes build env commit a1d78e7c12618d14b23bd50540ee005c6a550e7b Author: zomars <zomars@me.com> Date: Tue Feb 21 14:39:09 2023 -0700 Revert "Re-enables buildjet" This reverts commit badd655e1edf8c2942582439f9fd48c00f892c38. commit 8f67711e5d387ae0cd97d495766ccd06c4a61b0c Author: zomars <zomars@me.com> Date: Tue Feb 21 14:38:41 2023 -0700 Adds missing build cache to e2e commit badd655e1edf8c2942582439f9fd48c00f892c38 Author: zomars <zomars@me.com> Date: Tue Feb 21 14:27:11 2023 -0700 Re-enables buildjet commit c7bdb52e0abfde27dd42494477ffff39cc3e4e19 Author: zomars <zomars@me.com> Date: Tue Feb 21 14:10:34 2023 -0700 Inherit secrets commit 86b9b48e86e1c3d6e89b931ae8c8ce515c07b866 Author: zomars <zomars@me.com> Date: Tue Feb 21 13:58:35 2023 -0700 Fixes? commit ebc304b39e815a0ff5c9e760550e4fee8283a567 Author: zomars <zomars@me.com> Date: Tue Feb 21 13:42:33 2023 -0700 Update nextjs-bundle-analysis.yml commit 7da00d9566d4a56d77e7feb0d1504efa86148cbe Author: zomars <zomars@me.com> Date: Tue Feb 21 13:32:08 2023 -0700 Update nextjs-bundle-analysis.yml commit 224cc38fac42434e3a621c81a993798bb4abc773 Author: zomars <zomars@me.com> Date: Tue Feb 21 13:21:38 2023 -0700 Update nextjs-bundle-analysis.yml commit 8fdd71ae36362290f80b55e8a2996d413d988c05 Author: zomars <zomars@me.com> Date: Tue Feb 21 12:50:45 2023 -0700 Build fixes commit 6790be6f8fbba98658730266fb3927001066671f Author: zomars <zomars@me.com> Date: Tue Feb 21 12:46:17 2023 -0700 Upgrades actions/checkout@v3 commit cc85218e0bdbf1f857296836c0026e09c8466ce9 Author: zomars <zomars@me.com> Date: Tue Feb 21 12:29:33 2023 -0700 Update action.yml commit 380b1c2be4da15bc40113c7651e1595b5613b8b8 Author: zomars <zomars@me.com> Date: Tue Feb 21 12:09:00 2023 -0700 Update action.yml commit 39b05a4e9bcba2e00b7efe342f7d456b5fba059a Author: zomars <zomars@me.com> Date: Tue Feb 21 11:55:50 2023 -0700 Update action.yml commit f4260393da8716c5246a6148d125d12b51993902 Merge: a82e9925f 4adfcb4b6 Author: zomars <zomars@me.com> Date: Tue Feb 21 11:48:32 2023 -0700 Merge remote-tracking branch 'upstream/main' commit a82e9925f55c4967bad3dbb47566979734608bbc Author: zomars <zomars@me.com> Date: Tue Feb 21 11:46:07 2023 -0700 Update lint.yml commit 747ad8513f20767d6f66021cc548a308e18b6326 Author: zomars <zomars@me.com> Date: Tue Feb 21 11:27:22 2023 -0700 Caches DB commit f5e96ba3f116eeb62f8ac47ca0d08e17f1fb2fdc Author: zomars <zomars@me.com> Date: Tue Feb 21 10:49:05 2023 -0700 Comments out buildjet commit aad26223b16c5444b947191c780416f4c8e61a94 Author: zomars <zomars@me.com> Date: Tue Feb 21 10:36:59 2023 -0700 Update pr.yml commit 7ce463f38cd1296f47cc5bb5cf8f863a6dfef9a7 Author: zomars <zomars@me.com> Date: Mon Feb 20 22:07:31 2023 -0700 Update action.yml commit f5f57d963280d743cae0d04b6d80a7f49971f9e0 Author: zomars <zomars@me.com> Date: Mon Feb 20 22:06:23 2023 -0700 Adjustments commit 2f048acbe6374ff6e8d9d750808c8b3e7bf7b333 Author: zomars <zomars@me.com> Date: Mon Feb 20 21:47:01 2023 -0700 WIP commit dd1d86beb2bae0bd12b14a636398a2e2ce80555d Author: zomars <zomars@me.com> Date: Mon Feb 20 21:44:14 2023 -0700 Removed required checks commit 0db2b50ca8d125e1f7b115ae24cd2346fde92ab9 Author: zomars <zomars@me.com> Date: Mon Feb 20 21:11:27 2023 -0700 Fixes commit bdc46bd5eef5dbb3c3b8dc2e68468bbff6c20aec Author: zomars <zomars@me.com> Date: Mon Feb 20 21:05:01 2023 -0700 Update pr.yml commit f6c58252a8e1b8971e70d3cb644b492d2fbad40d Author: zomars <zomars@me.com> Date: Mon Feb 20 21:02:39 2023 -0700 Fixes commit 04369405f38f200fece773ab7f9717fd62145fcf Author: zomars <zomars@me.com> Date: Mon Feb 20 20:35:39 2023 -0700 Fixes commit 4a60555b2bd2012c18fae8e338b7ef4bb39dc725 Author: zomars <zomars@me.com> Date: Mon Feb 20 20:32:37 2023 -0700 Update yarn-install.yml commit 3d7749cef00cbbc843316e75d29e60ee68fe818d Author: zomars <zomars@me.com> Date: Mon Feb 20 20:31:53 2023 -0700 Update yarn-install.yml commit 374dc68848ee8be331e703fb0ef0cd08483694e5 Author: zomars <zomars@me.com> Date: Mon Feb 20 20:28:14 2023 -0700 Update yarn-install.yml commit ae13d06ec2ffc759b1f8d9aea29b419e081e7693 Author: zomars <zomars@me.com> Date: Mon Feb 20 20:27:31 2023 -0700 Update check-types.yml commit 93ad2cc92319bff6783f8633fc5bc1b8347376c4 Author: zomars <zomars@me.com> Date: Mon Feb 20 20:26:38 2023 -0700 Cleanup commit 26730f7bbcaa07c323692ed76a17fa471f8e4f2e Author: zomars <zomars@me.com> Date: Mon Feb 20 20:05:54 2023 -0700 Test commit 76373a91c19fb1e67b050b0f36bb9b562d9024cd Author: zomars <zomars@me.com> Date: Mon Feb 20 19:51:28 2023 -0700 Update yarn-e2e.yml commit 0b3d98a4bc0cc3718b8fdb6f0537e824a6ef4204 Author: zomars <zomars@me.com> Date: Mon Feb 20 19:51:14 2023 -0700 Update package.json commit 978d848b3989755e728353542714915782fc12c0 Author: zomars <zomars@me.com> Date: Mon Feb 20 19:37:19 2023 -0700 Cleanup commit f2ccee16a73751f9e0bb26619da0ddfddc094907 Author: zomars <zomars@me.com> Date: Mon Feb 20 19:18:42 2023 -0700 Update action.yml commit cf9cbbc5f08f29c2ba5a4c390129ff46bf8a3cf5 Author: zomars <zomars@me.com> Date: Mon Feb 20 18:59:35 2023 -0700 Update pr.yml commit e8d39a91a5909674bfe9d4775ca09d814372529d Author: zomars <zomars@me.com> Date: Mon Feb 20 18:57:53 2023 -0700 Update action.yml commit eaa1210d1386b2eadd0bb1990ded444f7c307e60 Author: zomars <zomars@me.com> Date: Mon Feb 20 18:43:59 2023 -0700 Anotha one commit 2958c17ebb28b3a231982a60fc3f3255a0d013e9 Author: zomars <zomars@me.com> Date: Mon Feb 20 16:36:39 2023 -0700 Tests commit 922c9077b66b061e9f644eedf0022907ac6df161 Author: zomars <zomars@me.com> Date: Mon Feb 20 16:02:05 2023 -0700 Update pr.yml commit 663b3bf48aa83a19f735badeb126e2968ee73733 Author: zomars <zomars@me.com> Date: Mon Feb 20 16:00:49 2023 -0700 Adds type check commit 99746ee6e8662e39862ce25b5d9804372adf9fa4 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:53:57 2023 -0700 Update yarn-e2e.yml commit f82833cfdb17fa4a3da588a92925d3ebd8579357 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:53:04 2023 -0700 Abstract playwright cache commit e92ad12b54563219708b1e4423e502e1ac1f2197 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:41:07 2023 -0700 Update action.yml commit 271fe44bf087b19a7d0b1484261eff1cae8cb8b9 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:34:38 2023 -0700 Update action.yml commit 9a690de1ffd43270973c969c816e7b76a1d50a38 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:26:51 2023 -0700 WIP commit 5322fc7134bfa9c1061c45033573503023ba05db Author: zomars <zomars@me.com> Date: Mon Feb 20 15:04:03 2023 -0700 Fixes commit 3721dae0b45e4bd309f6a7c92db393956e543880 Author: zomars <zomars@me.com> Date: Mon Feb 20 14:59:12 2023 -0700 Update action.yml commit 1027f058fd1bcbaa680b4297b081dd838f6ea886 Author: zomars <zomars@me.com> Date: Mon Feb 20 14:56:51 2023 -0700 Update action.yml commit 9d74f9ed7bddf3e5563420c88476b73230c619df Author: zomars <zomars@me.com> Date: Mon Feb 20 14:53:43 2023 -0700 Fixes commit 4bfd63afef3b4139bb797ca6e5a9895138092417 Author: zomars <zomars@me.com> Date: Mon Feb 20 14:51:46 2023 -0700 DRY commit ea6114835dda65b5d6b31a96ad2781938cc8c121 Author: Omar López <zomars@me.com> Date: Sat Feb 18 16:38:00 2023 -0700 Update production-build.yml commit 8ec2b2c2c505c74b40a8e50a43e41f3d444730dc Author: Omar López <zomars@me.com> Date: Sat Feb 18 16:36:44 2023 -0700 Update production-build.yml commit b0a7ccaa753f2fcf1ec571f3af1df9eea228f8b3 Author: zomars <zomars@me.com> Date: Sat Feb 18 15:59:25 2023 -0700 TEST commit 0d639fdeb95deaa588fd29e63c275ea8b10a25d8 Author: zomars <zomars@me.com> Date: Sat Feb 18 15:36:00 2023 -0700 Revert commit 5a597644a0a90cd212ff826aa3dda3214ab05334 Author: zomars <zomars@me.com> Date: Sat Feb 18 15:32:16 2023 -0700 Test commit 7aafa78f1463f5a22576f814fa70db73db1ff89e Author: zomars <zomars@me.com> Date: Sat Feb 18 12:09:58 2023 -0700 test commit 81287f963bfcecbb1fd45670043b4e14690f8a6e Author: zomars <zomars@me.com> Date: Sat Feb 18 11:12:56 2023 -0700 Update pr.yml commit ef596f53d4614335ce36e084eae4b79efeed057c Author: zomars <zomars@me.com> Date: Sat Feb 18 10:59:08 2023 -0700 Update pr.yml commit 7dbaf1d08deec73c6f4bb53659d4af56282a2c68 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:58:22 2023 -0700 Update pr.yml commit 25489edac712e5b343c8f31123415a3cc804d254 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:39:55 2023 -0700 Update pr.yml commit 29ae0845b5b179c1493a35c18925f3f3e619d997 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:32:17 2023 -0700 Update production-build.yml commit 791492ac9e98046acd9fd5c100d0a3afa54fbbe3 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:28:37 2023 -0700 Update pr.yml commit 92597d8d7e4139b8129cd499545c37d1a518c0d0 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:24:15 2023 -0700 Update pr.yml commit 9bc85570c758f86079712270a1cc96e5983368a4 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:23:25 2023 -0700 Update pr.yml commit ba20dbbb96c95272118ecf5b6eead4ee0e816782 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:15:53 2023 -0700 Update nextjs-bundle-analysis.yml commit 35b7cd52d819409516f76d2b0e5849a136f55dc2 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:11:02 2023 -0700 Update pr.yml commit 8fe421e8d5c227d1cb5e31fe73398776d3b05dbf Author: zomars <zomars@me.com> Date: Sat Feb 18 09:55:49 2023 -0700 Update pr.yml commit f96af3f70810555d75ae9f3ba6f16e7e464e1926 Author: zomars <zomars@me.com> Date: Sat Feb 18 09:33:34 2023 -0700 Update production-build.yml commit 29134a3245e00b94a4b0edc2889ea6e81adf3e9b Author: zomars <zomars@me.com> Date: Fri Feb 17 20:53:06 2023 -0700 Tests commit 4aa8917687ccb28c1c9abfc30441c96db1bc1663 Author: zomars <zomars@me.com> Date: Fri Feb 17 20:38:17 2023 -0700 Update production-build.yml commit 7c0884d0b7a45f9e8722547288d3879ee3e82add Author: zomars <zomars@me.com> Date: Fri Feb 17 20:16:59 2023 -0700 Update pr.yml commit b68ccd5ee1502de4f9afed2841cf2ab61309cf0e Author: zomars <zomars@me.com> Date: Fri Feb 17 20:16:27 2023 -0700 Update pr.yml commit 0c15086a7c02513e73821828a9392cdf45af6227 Author: zomars <zomars@me.com> Date: Fri Feb 17 20:13:29 2023 -0700 Update pr.yml commit da277ce83bcebd62afc7e2074e82b9e4c64f4c27 Author: zomars <zomars@me.com> Date: Fri Feb 17 20:12:50 2023 -0700 Update pr.yml commit fdb170086b70ded1f7109e35e85cce60a2ef7eaf Author: zomars <zomars@me.com> Date: Fri Feb 17 20:12:19 2023 -0700 Update pr.yml commit 1676d9070b2a07bbbf03297aa6c331dd68b7df4f Author: zomars <zomars@me.com> Date: Fri Feb 17 20:12:06 2023 -0700 Update pr.yml commit e834b42e87cad2401219b6fae765871f4b5eb7e8 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:59:53 2023 -0700 Update pr.yml commit e414378d243f3f43f3639127dee2f4bc4ac75633 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:57:07 2023 -0700 Update pr.yml commit 6904553b627a4896dab6adb8ac909f6e8604e893 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:55:47 2023 -0700 Update pr.yml commit 4722f0b44ac33f62ac019a4e707005bc7ff22b07 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:54:50 2023 -0700 Update pr.yml commit 2a9afdc4ac7a90c76f0aa7edbb2f3af0fbd0e7f1 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:13:25 2023 -0700 Testing
2023-02-23 17:44:38 -03:00
if: ${{ github.event_name == 'push' }}
2023-02-22 18:36:14 -03:00
uses: ./.github/workflows/production-build.yml
secrets: inherit
2023-02-13 16:38:45 -03:00
analyze:
2023-02-22 18:36:14 -03:00
needs: build
Squashed commit of the following: commit db31f2fdf442a7e68b8cdee4990318d30a5a3210 Author: zomars <zomars@me.com> Date: Thu Feb 23 11:41:46 2023 -0700 Update pr.yml commit 7afa9839e3a3842f2277f54bff703b1eb5740905 Author: zomars <zomars@me.com> Date: Thu Feb 23 11:36:49 2023 -0700 Update nextjs-bundle-analysis.yml commit 3b68ed19d774ce9540b0729e0b109cccbde65ea4 Author: zomars <zomars@me.com> Date: Thu Feb 23 11:28:30 2023 -0700 Update pr.yml commit 7c7e5ab65b03f97760481610a71c796611080719 Author: zomars <zomars@me.com> Date: Thu Feb 23 10:56:14 2023 -0700 Update pr.yml commit d1854cedd2aa19a7c260426ce3b309a40a16315a Merge: 26568ba69 b018ee34a Author: zomars <zomars@me.com> Date: Thu Feb 23 10:50:32 2023 -0700 Merge remote-tracking branch 'upstream/main' commit 26568ba693a2dd456bcd962598b4dddb8d117d1f Merge: 2c72ac6f0 f5318c6be Author: zomars <zomars@me.com> Date: Tue Feb 21 17:10:10 2023 -0700 Merge remote-tracking branch 'upstream/main' commit 2c72ac6f0c0edbedc305eb7366742d31534ea1c2 Author: Peer Richelsen <peeroke@gmail.com> Date: Tue Feb 21 23:25:43 2023 +0100 improved brand colors on booking page (#7269) commit 65c0d3ffe8a7bd197c99bac3715356ab08669fbd Author: Alex van Andel <me@alexvanandel.com> Date: Tue Feb 21 20:03:52 2023 +0000 Define CODEOWNERS file (#7245) * Start defining CODEOWNERS file * Update CODEOWNERS --------- Co-authored-by: Omar López <zomars@me.com> commit 29fb81434864634af584228e3bf3ddea1d630ecd Author: Omar López <zomars@me.com> Date: Tue Feb 21 17:06:44 2023 -0700 Update .github/actions/cache-db/action.yml commit 92672fe3aa5539a083cbb10f82f87441b9e899d3 Author: zomars <zomars@me.com> Date: Tue Feb 21 16:09:20 2023 -0700 Revert "Revert "Re-enables buildjet"" This reverts commit a1d78e7c12618d14b23bd50540ee005c6a550e7b. commit 530e9748d7f2d4826ccffaa40dea2f137f8f17a9 Author: zomars <zomars@me.com> Date: Tue Feb 21 15:13:22 2023 -0700 Fixes build env commit a1d78e7c12618d14b23bd50540ee005c6a550e7b Author: zomars <zomars@me.com> Date: Tue Feb 21 14:39:09 2023 -0700 Revert "Re-enables buildjet" This reverts commit badd655e1edf8c2942582439f9fd48c00f892c38. commit 8f67711e5d387ae0cd97d495766ccd06c4a61b0c Author: zomars <zomars@me.com> Date: Tue Feb 21 14:38:41 2023 -0700 Adds missing build cache to e2e commit badd655e1edf8c2942582439f9fd48c00f892c38 Author: zomars <zomars@me.com> Date: Tue Feb 21 14:27:11 2023 -0700 Re-enables buildjet commit c7bdb52e0abfde27dd42494477ffff39cc3e4e19 Author: zomars <zomars@me.com> Date: Tue Feb 21 14:10:34 2023 -0700 Inherit secrets commit 86b9b48e86e1c3d6e89b931ae8c8ce515c07b866 Author: zomars <zomars@me.com> Date: Tue Feb 21 13:58:35 2023 -0700 Fixes? commit ebc304b39e815a0ff5c9e760550e4fee8283a567 Author: zomars <zomars@me.com> Date: Tue Feb 21 13:42:33 2023 -0700 Update nextjs-bundle-analysis.yml commit 7da00d9566d4a56d77e7feb0d1504efa86148cbe Author: zomars <zomars@me.com> Date: Tue Feb 21 13:32:08 2023 -0700 Update nextjs-bundle-analysis.yml commit 224cc38fac42434e3a621c81a993798bb4abc773 Author: zomars <zomars@me.com> Date: Tue Feb 21 13:21:38 2023 -0700 Update nextjs-bundle-analysis.yml commit 8fdd71ae36362290f80b55e8a2996d413d988c05 Author: zomars <zomars@me.com> Date: Tue Feb 21 12:50:45 2023 -0700 Build fixes commit 6790be6f8fbba98658730266fb3927001066671f Author: zomars <zomars@me.com> Date: Tue Feb 21 12:46:17 2023 -0700 Upgrades actions/checkout@v3 commit cc85218e0bdbf1f857296836c0026e09c8466ce9 Author: zomars <zomars@me.com> Date: Tue Feb 21 12:29:33 2023 -0700 Update action.yml commit 380b1c2be4da15bc40113c7651e1595b5613b8b8 Author: zomars <zomars@me.com> Date: Tue Feb 21 12:09:00 2023 -0700 Update action.yml commit 39b05a4e9bcba2e00b7efe342f7d456b5fba059a Author: zomars <zomars@me.com> Date: Tue Feb 21 11:55:50 2023 -0700 Update action.yml commit f4260393da8716c5246a6148d125d12b51993902 Merge: a82e9925f 4adfcb4b6 Author: zomars <zomars@me.com> Date: Tue Feb 21 11:48:32 2023 -0700 Merge remote-tracking branch 'upstream/main' commit a82e9925f55c4967bad3dbb47566979734608bbc Author: zomars <zomars@me.com> Date: Tue Feb 21 11:46:07 2023 -0700 Update lint.yml commit 747ad8513f20767d6f66021cc548a308e18b6326 Author: zomars <zomars@me.com> Date: Tue Feb 21 11:27:22 2023 -0700 Caches DB commit f5e96ba3f116eeb62f8ac47ca0d08e17f1fb2fdc Author: zomars <zomars@me.com> Date: Tue Feb 21 10:49:05 2023 -0700 Comments out buildjet commit aad26223b16c5444b947191c780416f4c8e61a94 Author: zomars <zomars@me.com> Date: Tue Feb 21 10:36:59 2023 -0700 Update pr.yml commit 7ce463f38cd1296f47cc5bb5cf8f863a6dfef9a7 Author: zomars <zomars@me.com> Date: Mon Feb 20 22:07:31 2023 -0700 Update action.yml commit f5f57d963280d743cae0d04b6d80a7f49971f9e0 Author: zomars <zomars@me.com> Date: Mon Feb 20 22:06:23 2023 -0700 Adjustments commit 2f048acbe6374ff6e8d9d750808c8b3e7bf7b333 Author: zomars <zomars@me.com> Date: Mon Feb 20 21:47:01 2023 -0700 WIP commit dd1d86beb2bae0bd12b14a636398a2e2ce80555d Author: zomars <zomars@me.com> Date: Mon Feb 20 21:44:14 2023 -0700 Removed required checks commit 0db2b50ca8d125e1f7b115ae24cd2346fde92ab9 Author: zomars <zomars@me.com> Date: Mon Feb 20 21:11:27 2023 -0700 Fixes commit bdc46bd5eef5dbb3c3b8dc2e68468bbff6c20aec Author: zomars <zomars@me.com> Date: Mon Feb 20 21:05:01 2023 -0700 Update pr.yml commit f6c58252a8e1b8971e70d3cb644b492d2fbad40d Author: zomars <zomars@me.com> Date: Mon Feb 20 21:02:39 2023 -0700 Fixes commit 04369405f38f200fece773ab7f9717fd62145fcf Author: zomars <zomars@me.com> Date: Mon Feb 20 20:35:39 2023 -0700 Fixes commit 4a60555b2bd2012c18fae8e338b7ef4bb39dc725 Author: zomars <zomars@me.com> Date: Mon Feb 20 20:32:37 2023 -0700 Update yarn-install.yml commit 3d7749cef00cbbc843316e75d29e60ee68fe818d Author: zomars <zomars@me.com> Date: Mon Feb 20 20:31:53 2023 -0700 Update yarn-install.yml commit 374dc68848ee8be331e703fb0ef0cd08483694e5 Author: zomars <zomars@me.com> Date: Mon Feb 20 20:28:14 2023 -0700 Update yarn-install.yml commit ae13d06ec2ffc759b1f8d9aea29b419e081e7693 Author: zomars <zomars@me.com> Date: Mon Feb 20 20:27:31 2023 -0700 Update check-types.yml commit 93ad2cc92319bff6783f8633fc5bc1b8347376c4 Author: zomars <zomars@me.com> Date: Mon Feb 20 20:26:38 2023 -0700 Cleanup commit 26730f7bbcaa07c323692ed76a17fa471f8e4f2e Author: zomars <zomars@me.com> Date: Mon Feb 20 20:05:54 2023 -0700 Test commit 76373a91c19fb1e67b050b0f36bb9b562d9024cd Author: zomars <zomars@me.com> Date: Mon Feb 20 19:51:28 2023 -0700 Update yarn-e2e.yml commit 0b3d98a4bc0cc3718b8fdb6f0537e824a6ef4204 Author: zomars <zomars@me.com> Date: Mon Feb 20 19:51:14 2023 -0700 Update package.json commit 978d848b3989755e728353542714915782fc12c0 Author: zomars <zomars@me.com> Date: Mon Feb 20 19:37:19 2023 -0700 Cleanup commit f2ccee16a73751f9e0bb26619da0ddfddc094907 Author: zomars <zomars@me.com> Date: Mon Feb 20 19:18:42 2023 -0700 Update action.yml commit cf9cbbc5f08f29c2ba5a4c390129ff46bf8a3cf5 Author: zomars <zomars@me.com> Date: Mon Feb 20 18:59:35 2023 -0700 Update pr.yml commit e8d39a91a5909674bfe9d4775ca09d814372529d Author: zomars <zomars@me.com> Date: Mon Feb 20 18:57:53 2023 -0700 Update action.yml commit eaa1210d1386b2eadd0bb1990ded444f7c307e60 Author: zomars <zomars@me.com> Date: Mon Feb 20 18:43:59 2023 -0700 Anotha one commit 2958c17ebb28b3a231982a60fc3f3255a0d013e9 Author: zomars <zomars@me.com> Date: Mon Feb 20 16:36:39 2023 -0700 Tests commit 922c9077b66b061e9f644eedf0022907ac6df161 Author: zomars <zomars@me.com> Date: Mon Feb 20 16:02:05 2023 -0700 Update pr.yml commit 663b3bf48aa83a19f735badeb126e2968ee73733 Author: zomars <zomars@me.com> Date: Mon Feb 20 16:00:49 2023 -0700 Adds type check commit 99746ee6e8662e39862ce25b5d9804372adf9fa4 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:53:57 2023 -0700 Update yarn-e2e.yml commit f82833cfdb17fa4a3da588a92925d3ebd8579357 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:53:04 2023 -0700 Abstract playwright cache commit e92ad12b54563219708b1e4423e502e1ac1f2197 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:41:07 2023 -0700 Update action.yml commit 271fe44bf087b19a7d0b1484261eff1cae8cb8b9 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:34:38 2023 -0700 Update action.yml commit 9a690de1ffd43270973c969c816e7b76a1d50a38 Author: zomars <zomars@me.com> Date: Mon Feb 20 15:26:51 2023 -0700 WIP commit 5322fc7134bfa9c1061c45033573503023ba05db Author: zomars <zomars@me.com> Date: Mon Feb 20 15:04:03 2023 -0700 Fixes commit 3721dae0b45e4bd309f6a7c92db393956e543880 Author: zomars <zomars@me.com> Date: Mon Feb 20 14:59:12 2023 -0700 Update action.yml commit 1027f058fd1bcbaa680b4297b081dd838f6ea886 Author: zomars <zomars@me.com> Date: Mon Feb 20 14:56:51 2023 -0700 Update action.yml commit 9d74f9ed7bddf3e5563420c88476b73230c619df Author: zomars <zomars@me.com> Date: Mon Feb 20 14:53:43 2023 -0700 Fixes commit 4bfd63afef3b4139bb797ca6e5a9895138092417 Author: zomars <zomars@me.com> Date: Mon Feb 20 14:51:46 2023 -0700 DRY commit ea6114835dda65b5d6b31a96ad2781938cc8c121 Author: Omar López <zomars@me.com> Date: Sat Feb 18 16:38:00 2023 -0700 Update production-build.yml commit 8ec2b2c2c505c74b40a8e50a43e41f3d444730dc Author: Omar López <zomars@me.com> Date: Sat Feb 18 16:36:44 2023 -0700 Update production-build.yml commit b0a7ccaa753f2fcf1ec571f3af1df9eea228f8b3 Author: zomars <zomars@me.com> Date: Sat Feb 18 15:59:25 2023 -0700 TEST commit 0d639fdeb95deaa588fd29e63c275ea8b10a25d8 Author: zomars <zomars@me.com> Date: Sat Feb 18 15:36:00 2023 -0700 Revert commit 5a597644a0a90cd212ff826aa3dda3214ab05334 Author: zomars <zomars@me.com> Date: Sat Feb 18 15:32:16 2023 -0700 Test commit 7aafa78f1463f5a22576f814fa70db73db1ff89e Author: zomars <zomars@me.com> Date: Sat Feb 18 12:09:58 2023 -0700 test commit 81287f963bfcecbb1fd45670043b4e14690f8a6e Author: zomars <zomars@me.com> Date: Sat Feb 18 11:12:56 2023 -0700 Update pr.yml commit ef596f53d4614335ce36e084eae4b79efeed057c Author: zomars <zomars@me.com> Date: Sat Feb 18 10:59:08 2023 -0700 Update pr.yml commit 7dbaf1d08deec73c6f4bb53659d4af56282a2c68 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:58:22 2023 -0700 Update pr.yml commit 25489edac712e5b343c8f31123415a3cc804d254 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:39:55 2023 -0700 Update pr.yml commit 29ae0845b5b179c1493a35c18925f3f3e619d997 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:32:17 2023 -0700 Update production-build.yml commit 791492ac9e98046acd9fd5c100d0a3afa54fbbe3 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:28:37 2023 -0700 Update pr.yml commit 92597d8d7e4139b8129cd499545c37d1a518c0d0 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:24:15 2023 -0700 Update pr.yml commit 9bc85570c758f86079712270a1cc96e5983368a4 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:23:25 2023 -0700 Update pr.yml commit ba20dbbb96c95272118ecf5b6eead4ee0e816782 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:15:53 2023 -0700 Update nextjs-bundle-analysis.yml commit 35b7cd52d819409516f76d2b0e5849a136f55dc2 Author: zomars <zomars@me.com> Date: Sat Feb 18 10:11:02 2023 -0700 Update pr.yml commit 8fe421e8d5c227d1cb5e31fe73398776d3b05dbf Author: zomars <zomars@me.com> Date: Sat Feb 18 09:55:49 2023 -0700 Update pr.yml commit f96af3f70810555d75ae9f3ba6f16e7e464e1926 Author: zomars <zomars@me.com> Date: Sat Feb 18 09:33:34 2023 -0700 Update production-build.yml commit 29134a3245e00b94a4b0edc2889ea6e81adf3e9b Author: zomars <zomars@me.com> Date: Fri Feb 17 20:53:06 2023 -0700 Tests commit 4aa8917687ccb28c1c9abfc30441c96db1bc1663 Author: zomars <zomars@me.com> Date: Fri Feb 17 20:38:17 2023 -0700 Update production-build.yml commit 7c0884d0b7a45f9e8722547288d3879ee3e82add Author: zomars <zomars@me.com> Date: Fri Feb 17 20:16:59 2023 -0700 Update pr.yml commit b68ccd5ee1502de4f9afed2841cf2ab61309cf0e Author: zomars <zomars@me.com> Date: Fri Feb 17 20:16:27 2023 -0700 Update pr.yml commit 0c15086a7c02513e73821828a9392cdf45af6227 Author: zomars <zomars@me.com> Date: Fri Feb 17 20:13:29 2023 -0700 Update pr.yml commit da277ce83bcebd62afc7e2074e82b9e4c64f4c27 Author: zomars <zomars@me.com> Date: Fri Feb 17 20:12:50 2023 -0700 Update pr.yml commit fdb170086b70ded1f7109e35e85cce60a2ef7eaf Author: zomars <zomars@me.com> Date: Fri Feb 17 20:12:19 2023 -0700 Update pr.yml commit 1676d9070b2a07bbbf03297aa6c331dd68b7df4f Author: zomars <zomars@me.com> Date: Fri Feb 17 20:12:06 2023 -0700 Update pr.yml commit e834b42e87cad2401219b6fae765871f4b5eb7e8 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:59:53 2023 -0700 Update pr.yml commit e414378d243f3f43f3639127dee2f4bc4ac75633 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:57:07 2023 -0700 Update pr.yml commit 6904553b627a4896dab6adb8ac909f6e8604e893 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:55:47 2023 -0700 Update pr.yml commit 4722f0b44ac33f62ac019a4e707005bc7ff22b07 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:54:50 2023 -0700 Update pr.yml commit 2a9afdc4ac7a90c76f0aa7edbb2f3af0fbd0e7f1 Author: zomars <zomars@me.com> Date: Fri Feb 17 19:13:25 2023 -0700 Testing
2023-02-23 17:44:38 -03:00
if: always()
runs-on: buildjet-4vcpu-ubuntu-2204
2023-02-13 16:38:45 -03:00
steps:
2023-02-14 18:21:12 -03:00
- uses: actions/checkout@v3
Refactors Github Workflows (#7267) * Testing * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Tests * Update production-build.yml * Update pr.yml * Update pr.yml * Update nextjs-bundle-analysis.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * test * Test * Revert * TEST * Update production-build.yml * Update production-build.yml * DRY * Fixes * Update action.yml * Update action.yml * Fixes * WIP * Update action.yml * Update action.yml * Abstract playwright cache * Update yarn-e2e.yml * Adds type check * Update pr.yml * Tests * Anotha one * Update action.yml * Update pr.yml * Update action.yml * Cleanup * Update package.json * Update yarn-e2e.yml * Test * Cleanup * Update check-types.yml * Update yarn-install.yml * Update yarn-install.yml * Update yarn-install.yml * Fixes * Fixes * Update pr.yml * Fixes * Removed required checks * WIP * Adjustments * Update action.yml * Update pr.yml * Comments out buildjet * Caches DB * Update lint.yml * Update action.yml * Update action.yml * Update action.yml * Upgrades actions/checkout@v3 * Build fixes * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Fixes? * Inherit secrets * Re-enables buildjet * Adds missing build cache to e2e * Revert "Re-enables buildjet" This reverts commit badd655e1edf8c2942582439f9fd48c00f892c38. * Fixes build env * Revert "Revert "Re-enables buildjet"" This reverts commit a1d78e7c12618d14b23bd50540ee005c6a550e7b. * Update .github/actions/cache-db/action.yml * Define CODEOWNERS file (#7245) * Start defining CODEOWNERS file * Update CODEOWNERS --------- Co-authored-by: Omar López <zomars@me.com> * improved brand colors on booking page (#7269) --------- Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-02-21 21:10:39 -03:00
- uses: ./.github/actions/dangerous-git-checkout
- uses: ./.github/actions/yarn-install
- uses: ./.github/actions/cache-build
2023-02-13 16:38:45 -03:00
- name: Analyze bundle
Refactors Github Workflows (#7267) * Testing * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Tests * Update production-build.yml * Update pr.yml * Update pr.yml * Update nextjs-bundle-analysis.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * test * Test * Revert * TEST * Update production-build.yml * Update production-build.yml * DRY * Fixes * Update action.yml * Update action.yml * Fixes * WIP * Update action.yml * Update action.yml * Abstract playwright cache * Update yarn-e2e.yml * Adds type check * Update pr.yml * Tests * Anotha one * Update action.yml * Update pr.yml * Update action.yml * Cleanup * Update package.json * Update yarn-e2e.yml * Test * Cleanup * Update check-types.yml * Update yarn-install.yml * Update yarn-install.yml * Update yarn-install.yml * Fixes * Fixes * Update pr.yml * Fixes * Removed required checks * WIP * Adjustments * Update action.yml * Update pr.yml * Comments out buildjet * Caches DB * Update lint.yml * Update action.yml * Update action.yml * Update action.yml * Upgrades actions/checkout@v3 * Build fixes * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Fixes? * Inherit secrets * Re-enables buildjet * Adds missing build cache to e2e * Revert "Re-enables buildjet" This reverts commit badd655e1edf8c2942582439f9fd48c00f892c38. * Fixes build env * Revert "Revert "Re-enables buildjet"" This reverts commit a1d78e7c12618d14b23bd50540ee005c6a550e7b. * Update .github/actions/cache-db/action.yml * Define CODEOWNERS file (#7245) * Start defining CODEOWNERS file * Update CODEOWNERS --------- Co-authored-by: Omar López <zomars@me.com> * improved brand colors on booking page (#7269) --------- Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-02-21 21:10:39 -03:00
run: |
cd apps/web
npx -p nextjs-bundle-analysis@0.5.0 report
2023-02-13 16:38:45 -03:00
- name: Upload bundle
uses: actions/upload-artifact@v4
2023-02-13 16:38:45 -03:00
with:
name: bundle
2023-02-13 19:13:52 -03:00
path: apps/web/.next/analyze/__bundle_analysis.json
2023-02-13 16:38:45 -03:00
- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@v2
if: success()
2023-02-13 16:38:45 -03:00
with:
2023-02-14 18:21:12 -03:00
workflow: nextjs-bundle-analysis.yml
2023-02-13 16:38:45 -03:00
branch: ${{ github.event.pull_request.base.ref }}
2023-02-13 19:13:52 -03:00
path: apps/web/.next/analyze/base
2023-02-13 16:38:45 -03:00
# And here's the second place - this runs after we have both the current and
# base branch bundle stats, and will compare them to determine what changed.
# There are two configurable arguments that come from package.json:
#
# - budget: optional, set a budget (bytes) against which size changes are measured
# it's set to 350kb here by default, as informed by the following piece:
# https://infrequently.org/2021/03/the-performance-inequality-gap/
#
# - red-status-percentage: sets the percent size increase where you get a red
# status indicator, defaults to 20%
#
# Either of these arguments can be changed or removed by editing the `nextBundleAnalysis`
# entry in your package.json file.
- name: Compare with base branch bundle
if: success()
Refactors Github Workflows (#7267) * Testing * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Tests * Update production-build.yml * Update pr.yml * Update pr.yml * Update nextjs-bundle-analysis.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * test * Test * Revert * TEST * Update production-build.yml * Update production-build.yml * DRY * Fixes * Update action.yml * Update action.yml * Fixes * WIP * Update action.yml * Update action.yml * Abstract playwright cache * Update yarn-e2e.yml * Adds type check * Update pr.yml * Tests * Anotha one * Update action.yml * Update pr.yml * Update action.yml * Cleanup * Update package.json * Update yarn-e2e.yml * Test * Cleanup * Update check-types.yml * Update yarn-install.yml * Update yarn-install.yml * Update yarn-install.yml * Fixes * Fixes * Update pr.yml * Fixes * Removed required checks * WIP * Adjustments * Update action.yml * Update pr.yml * Comments out buildjet * Caches DB * Update lint.yml * Update action.yml * Update action.yml * Update action.yml * Upgrades actions/checkout@v3 * Build fixes * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Fixes? * Inherit secrets * Re-enables buildjet * Adds missing build cache to e2e * Revert "Re-enables buildjet" This reverts commit badd655e1edf8c2942582439f9fd48c00f892c38. * Fixes build env * Revert "Revert "Re-enables buildjet"" This reverts commit a1d78e7c12618d14b23bd50540ee005c6a550e7b. * Update .github/actions/cache-db/action.yml * Define CODEOWNERS file (#7245) * Start defining CODEOWNERS file * Update CODEOWNERS --------- Co-authored-by: Omar López <zomars@me.com> * improved brand colors on booking page (#7269) --------- Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-02-21 21:10:39 -03:00
run: |
cd apps/web
ls -laR .next/analyze/base && npx -p nextjs-bundle-analysis compare
2023-02-13 16:38:45 -03:00
- name: Get comment body
id: get-comment-body
if: success() && github.event.number
2023-02-13 16:38:45 -03:00
run: |
Refactors Github Workflows (#7267) * Testing * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Tests * Update production-build.yml * Update pr.yml * Update pr.yml * Update nextjs-bundle-analysis.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update production-build.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * test * Test * Revert * TEST * Update production-build.yml * Update production-build.yml * DRY * Fixes * Update action.yml * Update action.yml * Fixes * WIP * Update action.yml * Update action.yml * Abstract playwright cache * Update yarn-e2e.yml * Adds type check * Update pr.yml * Tests * Anotha one * Update action.yml * Update pr.yml * Update action.yml * Cleanup * Update package.json * Update yarn-e2e.yml * Test * Cleanup * Update check-types.yml * Update yarn-install.yml * Update yarn-install.yml * Update yarn-install.yml * Fixes * Fixes * Update pr.yml * Fixes * Removed required checks * WIP * Adjustments * Update action.yml * Update pr.yml * Comments out buildjet * Caches DB * Update lint.yml * Update action.yml * Update action.yml * Update action.yml * Upgrades actions/checkout@v3 * Build fixes * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Update nextjs-bundle-analysis.yml * Fixes? * Inherit secrets * Re-enables buildjet * Adds missing build cache to e2e * Revert "Re-enables buildjet" This reverts commit badd655e1edf8c2942582439f9fd48c00f892c38. * Fixes build env * Revert "Revert "Re-enables buildjet"" This reverts commit a1d78e7c12618d14b23bd50540ee005c6a550e7b. * Update .github/actions/cache-db/action.yml * Define CODEOWNERS file (#7245) * Start defining CODEOWNERS file * Update CODEOWNERS --------- Co-authored-by: Omar López <zomars@me.com> * improved brand colors on booking page (#7269) --------- Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-02-21 21:10:39 -03:00
cd apps/web
2023-02-14 19:36:02 -03:00
body=$(cat .next/analyze/__bundle_analysis_comment.txt)
2023-02-13 16:38:45 -03:00
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
2024-01-11 10:30:14 -03:00
echo "{body}=${body}" >> $GITHUB_OUTPUT
2023-02-13 16:38:45 -03:00
- name: Find Comment
uses: peter-evans/find-comment@v2
if: success() && github.event.number
2023-02-13 16:38:45 -03:00
id: fc
with:
issue-number: ${{ github.event.number }}
body-includes: "<!-- __NEXTJS_BUNDLE_@calcom/web -->"
2023-02-13 16:38:45 -03:00
- name: Create Comment
uses: peter-evans/create-or-update-comment@v3
2023-02-13 16:38:45 -03:00
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
with:
issue-number: ${{ github.event.number }}
body: ${{ steps.get-comment-body.outputs.body }}
- name: Update Comment
uses: peter-evans/create-or-update-comment@v3
2023-02-13 16:38:45 -03:00
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
with:
issue-number: ${{ github.event.number }}
body: ${{ steps.get-comment-body.outputs.body }}
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace