Commit f1592d3 1 parent c771a3d commit f1592d3 Copy full SHA for f1592d3
File tree 4 files changed +19
-18
lines changed
4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 23
23
name : Generate schemas
24
24
uses : ./.github/workflows/generate-schemas.yml
25
25
26
- test-rust-crate :
27
- uses : ./.github/workflows/rust-test.yml
28
- secrets :
29
- INFISICAL_UNIVERSAL_CLIENT_SECRET : ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_SECRET }}
30
- INFISICAL_UNIVERSAL_CLIENT_ID : ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_ID }}
31
- INFISICAL_PROJECT_ID : ${{ secrets.INFISICAL_PROJECT_ID }}
32
- INFISICAL_SITE_URL : ${{ secrets.INFISICAL_SITE_URL }}
33
-
34
26
build :
35
27
needs :
36
28
- generate_schemas
37
- - test-rust-crate
38
29
strategy :
39
30
fail-fast : false
40
31
matrix :
Original file line number Diff line number Diff line change 9
9
generate_schemas :
10
10
uses : ./.github/workflows/generate-schemas.yml
11
11
12
- test-rust-crate :
13
- uses : ./.github/workflows/rust-test.yml
14
- secrets :
15
- INFISICAL_UNIVERSAL_CLIENT_SECRET : ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_SECRET }}
16
- INFISICAL_UNIVERSAL_CLIENT_ID : ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_ID }}
17
- INFISICAL_PROJECT_ID : ${{ secrets.INFISICAL_PROJECT_ID }}
18
- INFISICAL_SITE_URL : ${{ secrets.INFISICAL_SITE_URL }}
19
-
20
12
bump-version :
21
13
name : Version changes
22
14
needs :
23
15
- generate_schemas
24
- - test-rust-crate
25
16
runs-on : ubuntu-latest
26
17
# if: startsWith(github.ref, 'refs/tags/')
27
18
steps :
Original file line number Diff line number Diff line change 16
16
build-napi :
17
17
uses : ./.github/workflows/build-napi.yml
18
18
19
+ test-rust-crate :
20
+ uses : ./.github/workflows/rust-test.yml
21
+ secrets :
22
+ INFISICAL_UNIVERSAL_CLIENT_SECRET : ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_SECRET }}
23
+ INFISICAL_UNIVERSAL_CLIENT_ID : ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_ID }}
24
+ INFISICAL_PROJECT_ID : ${{ secrets.INFISICAL_PROJECT_ID }}
25
+ INFISICAL_SITE_URL : ${{ secrets.INFISICAL_SITE_URL }}
26
+
19
27
setup :
28
+ needs :
29
+ - test-rust-crate
20
30
name : Setup
21
31
runs-on : ubuntu-22.04
22
32
steps :
Original file line number Diff line number Diff line change 11
11
build-python :
12
12
uses : ./.github/workflows/build-python.yml
13
13
14
+ test-rust-crate :
15
+ uses : ./.github/workflows/rust-test.yml
16
+ secrets :
17
+ INFISICAL_UNIVERSAL_CLIENT_SECRET : ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_SECRET }}
18
+ INFISICAL_UNIVERSAL_CLIENT_ID : ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_ID }}
19
+ INFISICAL_PROJECT_ID : ${{ secrets.INFISICAL_PROJECT_ID }}
20
+ INFISICAL_SITE_URL : ${{ secrets.INFISICAL_SITE_URL }}
21
+
14
22
setup :
15
23
needs :
24
+ - test-rust-crate
16
25
- build-python
17
26
name : Setup
18
27
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments