Commit Graph

62 Commits

Author SHA1 Message Date
Karol Sójko
703fd17dce chore: add missing checkout steps 2023-10-02 14:31:14 +02:00
Karol Sójko
852b656927 chore: add missing install and build steps 2023-10-02 14:22:57 +02:00
Karol Sójko
44c97e26b2 chore: fix publishing an pr workflows 2023-10-02 14:06:19 +02:00
Karol Sójko
43fc95a7ac chore: e2e test for fetching revisions (#2480) 2023-09-12 15:56:48 +02:00
Karol Sójko
5faeaaf330 chore: fix input params for e2e test suites 2023-09-08 15:22:03 +02:00
Aman Harwara
8e784d3495 refactor: revert action change 2023-02-17 21:43:37 +05:30
Aman Harwara
081ac6d107 fix: action 2023-02-17 20:29:13 +05:30
Aman Harwara
f13c987843 fix: action 2023-02-17 20:23:21 +05:30
Aman Harwara
a6b13c82fa fix: action 2023-02-17 19:56:44 +05:30
Aman Harwara
bafda4e8ce fix: action 2023-02-17 19:36:51 +05:30
Aman Harwara
2d83f9a339 fix: action 2023-02-17 19:35:45 +05:30
Aman Harwara
e4d0aee2d1 refactor: fix action 2023-02-17 19:32:21 +05:30
Aman Harwara
41eb119030 refactor: Publish Packages action 2023-02-17 19:30:41 +05:30
Karol Sójko
cf975cfed3 chore: fix running e2e test suite against server setup 2023-02-07 14:21:12 +01:00
Karol Sójko
e67240821c chore: fix triggered workflow for e2e test suites 2022-12-27 15:52:10 +01:00
Karol Sójko
6c11766051 chore: upgrade trigger-workflow-and-wait procedure 2022-12-12 13:25:14 +01:00
Karol Sójko
1ee6be4e5c Revert "chore(temp): e2e tests run flag"
This reverts commit 0e95b451d6.
2022-12-01 10:47:35 +01:00
Mo
0e95b451d6 chore(temp): e2e tests run flag 2022-11-30 14:32:05 -06:00
Karol Sójko
9b91875d3d Revert "chore: e2e tests opt in"
This reverts commit 4661c6cb77.
2022-11-25 09:32:28 +01:00
Mo
4661c6cb77 chore: e2e tests opt in 2022-11-24 08:43:54 -06:00
Karol Sójko
0dad616c5c chore: restore publishing workflow until further fixes 2022-10-14 14:35:56 +02:00
Karol Sójko
3f87f223a3 chore: add components node module binding to cache 2022-10-14 14:12:49 +02:00
Karol Sójko
dc96b38c52 chore: fix docker publishing image step 2022-10-14 13:51:13 +02:00
Karol Sójko
38385dee90 chore: allow reruns of yarn install for yarn non pnp resolution 2022-10-14 13:46:08 +02:00
Karol Sójko
0738342cd6 chore: add caching only root node_modules 2022-10-14 13:44:53 +02:00
Karol Sójko
2000435ed5 chore: remove node_modules symlinks from cache dir 2022-10-14 13:38:35 +02:00
Karol Sójko
cff1a753ad chore: fix multiple paths yml syntax 2022-10-14 13:10:30 +02:00
Karol Sójko
846648ba25 chore: fix setup node order in publish workflow 2022-10-14 13:07:00 +02:00
Karol Sójko
b8a758180e Revert "chore: merge yarn and build cache"
This reverts commit 84bb2db048.
2022-10-14 13:05:18 +02:00
Karol Sójko
84bb2db048 chore: merge yarn and build cache 2022-10-14 13:04:23 +02:00
Karol Sójko
2a7d7c94f5 chore: yarn cache syntax 2022-10-14 12:59:11 +02:00
Karol Sójko
dd2a19f33d chore: improve publishing workflow 2022-10-14 12:56:14 +02:00
Karol Sójko
355c70d7f7 Revert "chore(setup): run linter before building on workflows"
This reverts commit ac24256f34.
2022-08-05 13:58:25 +02:00
Karol Sójko
ac24256f34 chore(setup): run linter before building on workflows 2022-08-05 13:54:16 +02:00
Karol Sójko
c72a407095 chore(setup): add yarn cache on workflow runs 2022-08-04 08:20:01 +02:00
Karol Sójko
aabcd62dc2 Revert "chore(setup): fix publishing workflow"
This reverts commit 4d994dc79b.
2022-08-04 08:08:27 +02:00
Karol Sójko
f50a655f9f Revert "chore(setup): fix publishing workflow job dependencies"
This reverts commit ae3e275cee.
2022-08-04 08:07:46 +02:00
Karol Sójko
ae3e275cee chore(setup): fix publishing workflow job dependencies 2022-08-03 21:20:01 +02:00
Karol Sójko
4d994dc79b chore(setup): fix publishing workflow 2022-08-03 21:18:54 +02:00
Karol Sójko
1cefaf10ee chore(setup): remove ruby from publish workflow 2022-08-03 15:59:56 +02:00
Mo
baf7fb0019 ci: ability to skip e2e workflow [skip e2e] 2022-07-18 11:36:21 -05:00
Karol Sójko
3e4e7fd0e0 feat: add building of SNJS Docker image for e2e testing purposes (#1225)
* feat: add building of SNJS Docker image for e2e testing purposes

* fix: contents of snjs package

* feat: add running e2e test suite

* fix: include mocha directory in the snjs yarn package

* fix: add triggering e2e tests with specific image tag

* fix: mocha tests url

* fix: add tests before publishing new version

* fix: temporary skip linter errors

* Revert "fix: temporary skip linter errors"

This reverts commit c989536930a291677f6ef8cad402feb13f066b8c.

* fix: replace test libraries with unpkg CDN versions

* fix: update yarn lock and remove cached libs

* fix: add missing library to mocha tests

* fix: restore chai-as-promised built version

* fix: serving sncrypto-web in mocha test suite

* fix: add copy of sncrypto-web to gitignore files
2022-07-08 11:36:12 +02:00
Karol Sójko
a9fe67977c fix: remove continuing on error with publishing packages 2022-07-06 13:30:58 +02:00
Mo
60d1554ff7 chore: workflow 2022-07-05 13:54:14 -05:00
Karol Sójko
af2b73026c fix: add cancel-in-progress concurrency on publishing workflow 2022-07-05 19:38:26 +02:00
Mo
a7c8de9a81 chore: workflow 2022-07-05 10:47:52 -05:00
Mo
dd6f84ab77 chore(workflow): use nvmrc file 2022-07-05 10:34:30 -05:00
Mo
5ee7b0639a chore: publish workflow 2022-07-05 10:15:23 -05:00
Karol Sójko
09d8e067da fix: rename build step 2022-07-05 15:18:32 +02:00
Karol Sójko
40c294e8a5 fix: build step before publishing 2022-07-05 15:17:19 +02:00