Skip to content

Commit d82cdd3

Browse files
authored
Move more stuff from BK to GHA (matrix-org#2309)
1 parent 6a51b02 commit d82cdd3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pr_static_analysis.yml renamed to .github/workflows/static_analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Static Analysis
22
on:
33
pull_request: { }
4+
push:
5+
branches: [ develop, master ]
46
jobs:
57
ts_lint:
68
name: "Typescript Syntax Check"

.github/workflows/test_coverage.yml renamed to .github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Test coverage
1+
name: Tests
22
on:
33
pull_request: { }
44
push:
55
branches: [ develop, main, master ]
66
jobs:
7-
test-coverage:
7+
jest:
8+
name: Jest with Codecov
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Checkout code

0 commit comments

Comments
 (0)