-
Notifications
You must be signed in to change notification settings - Fork 57
49 lines (45 loc) · 1.17 KB
/
astarte-libs-workflow.yml
File metadata and controls
49 lines (45 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: Build and Test Astarte Libraries
on:
push:
paths:
- "libs/**"
- ".github/workflows/astarte-libs-build-workflow.yaml"
- ".github/workflows/astarte-libs-workflow.yml"
- ".github/codecov.yml"
branches:
- "master"
- "release-*"
create:
pull_request:
paths:
- "libs/**"
- ".github/workflows/astarte-libs-build-workflow.yaml"
- ".github/workflows/astarte-libs-workflow.yml"
- ".github/codecov.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
astarte_data_access:
uses: ./.github/workflows/astarte-libs-build-workflow.yaml
with:
lib: "astarte_data_access"
secrets: inherit
astarte_events:
uses: ./.github/workflows/astarte-libs-build-workflow.yaml
with:
lib: "astarte_events"
secrets: inherit
astarte_generators:
uses: ./.github/workflows/astarte-libs-build-workflow.yaml
with:
lib: "astarte_generators"
secrets: inherit
astarte_rpc:
uses: ./.github/workflows/astarte-libs-build-workflow.yaml
with:
lib: "astarte_rpc"
secrets: inherit