Commit Graph

90 Commits

Author SHA1 Message Date
Nikita Galaiko
88f42ac596 filter on jobs level 2023-09-14 09:16:00 +02:00
Nikita Galaiko
b8c128d623 rm init-env 2023-09-14 09:05:12 +02:00
Nikita Galaiko
ee9c656346 checkout before init 2023-09-14 08:56:12 +02:00
Nikita Galaiko
e6b281cf5f refactor actions 2023-09-14 08:54:23 +02:00
Nikita Galaiko
1750949e80 fix github action conditions 2023-09-14 08:28:55 +02:00
Nikita Galaiko
7c3a3af9f6 ensure cargo deps are sorted 2023-09-14 08:20:53 +02:00
Nikita Galaiko
ed2d126d8c bumps 2023-09-07 13:48:04 +02:00
Nikita Galaiko
746e8ccabc
new structure 2023-09-06 11:47:35 +02:00
Mattias Granlund
65ef3522ab Forgot to add these if statements to ci actions 2023-08-17 22:13:59 +01:00
Mattias Granlund
e3bc5d7ef1 Filter github actions in a more granular way 2023-08-17 20:20:38 +01:00
Mattias Granlund
8b22246206 Use composite actions in push.yaml
- to use cache effectively we need a re-usable node setup
2023-08-17 20:20:38 +01:00
Mattias Granlund
068a8c4ce8 Upgrade pnpm v7 -> v8 in ci 2023-08-17 09:00:32 +01:00
Mattias Granlund
930abe4e48 Fix ts/svelte linting 2023-07-31 13:13:52 +01:00
Kiril Videlov
13d03e0653 make sure we test in ci with locked cardo deps 2023-07-25 19:34:07 +02:00
Scott Chacon
338d8c753d so dumb 2023-07-21 17:15:31 +02:00
Scott Chacon
265f8ba43d revert to github runners 2023-07-21 16:47:34 +02:00
Scott Chacon
acecda995e try testing on self-hosted 2023-07-21 15:40:53 +02:00
Kiril Videlov
af32173fdd only run rust checks if rust code changed 2023-07-13 16:08:20 +02:00
Mattias Granlund
d0665739c2 Lint only changed files in CI
We can use `git diff --names-only` to get a list of files changed
between two revisions. The purpose is to stop lint errors from
untouched files showing up in code review.
2023-07-07 11:46:14 +02:00
Kiril Videlov
5e4136591a test frontend in ci too 2023-06-22 14:42:44 +02:00
Nikita Galaiko
ede366f13e gh actions: override rust 2023-06-02 14:31:35 +02:00
Nikita Galaiko
61bdfef94d lint and check run on push 2023-05-31 10:52:07 +02:00
Nikita Galaiko
df01f0ce49 run apt-get update in actions 2023-05-16 13:20:04 +02:00
Nikita Galaiko
c182d4785c build story book 2023-05-12 12:34:31 +02:00
Nikita Galaiko
8827e9f91a try another rust cache action 2023-03-28 15:44:59 +02:00
Nikita Galaiko
9347df2ce0 try speed up rust tests 2023-03-28 14:59:37 +02:00
Nikita Galaiko
6cfc25c2f2
split int & check actions 2023-03-07 17:11:49 +01:00
Nikita Galaiko
c0a85d91b8
cache pnpm deps 2023-02-28 09:25:41 +01:00
Nikita Galaiko
9126a72e66
speed up test action 2023-02-28 09:25:40 +01:00
Nikita Galaiko
db2d53ca3b
do not run lint on test step 2023-02-27 12:47:57 +01:00
Nikita Galaiko
210f2d27da
run lint separately 2023-02-27 10:51:05 +01:00
Nikita Galaiko
5fde45a916
lint and check frontend on push 2023-02-24 11:01:23 +01:00
Nikita Galaiko
38a5705066
build before test 2023-02-20 14:42:06 +01:00
Nikita Galaiko
e311f44886
install _all_ dependencies 2023-02-20 14:29:10 +01:00
Nikita Galaiko
facb584858
install libjavascriptcoregtk-4.0-dev for tests 2023-02-20 14:21:49 +01:00
Nikita Galaiko
139686859f
install libsoup2.4-dev for tests 2023-02-20 14:14:45 +01:00
Nikita Galaiko
ca6ce1ea97
cache deps 2023-02-20 14:14:28 +01:00
Nikita Galaiko
4c20988c03
fix pipeline 2023-02-20 14:06:04 +01:00
Nikita Galaiko
1904e83086
install missing tests dep 2023-02-20 14:04:26 +01:00
Nikita Galaiko
f21fc69170
run tests on push 2023-02-20 13:12:24 +01:00