We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a51b02 commit d82cdd3Copy full SHA for d82cdd3
.github/workflows/pr_static_analysis.yml renamed to .github/workflows/static_analysis.yml
@@ -1,6 +1,8 @@
1
name: Static Analysis
2
on:
3
pull_request: { }
4
+ push:
5
+ branches: [ develop, master ]
6
jobs:
7
ts_lint:
8
name: "Typescript Syntax Check"
.github/workflows/test_coverage.yml renamed to .github/workflows/tests.yml
@@ -1,10 +1,11 @@
-name: Test coverage
+name: Tests
push:
branches: [ develop, main, master ]
- test-coverage:
+ jest:
+ name: Jest with Codecov
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout code
0 commit comments