File tree 5 files changed +460
-6
lines changed
5 files changed +460
-6
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,19 @@ jobs:
14
14
with :
15
15
deno-version : v1.41
16
16
- name : Setup Fluent CI CLI
17
- run : deno install -A -r https://cli.fluentci.io -n fluentci
18
- - name : Setup Dagger
19
- run : |
20
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.10.0 sh
21
- sudo mv bin/dagger /usr/local/bin
22
- dagger version
17
+ uses : fluentci-io/setup-fluentci@v5
23
18
- name : Setup Service Account
24
19
run : echo $GCP_SERVICE_ACCOUNT > example/fluentci-086b644d4c53.json
25
20
env :
26
21
GCP_SERVICE_ACCOUNT : ${{ secrets.GCP_SERVICE_ACCOUNT }}
22
+ - name : Run Example
23
+ run : |
24
+ fluentci run --wasm . init
25
+ fluentci run --wasm . validate
26
+ fluentci run --wasm . plan
27
+ working-directory : example
28
+ env :
29
+ GOOGLE_APPLICATION_CREDENTIALS : fluentci-086b644d4c53.json
27
30
- name : Run Dagger Pipelines
28
31
run : dagger run deno run -A ../src/dagger/runner.ts init validate plan
29
32
working-directory : example
Original file line number Diff line number Diff line change
1
+ target /*
You can’t perform that action at this time.
0 commit comments