Skip to content

Commit

Permalink
ci: fix zenith workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 7, 2024
1 parent 162f5f2 commit 1ac733d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v2
- name: Run Dagger Pipelines
run: fluentci run deno_pipeline fmt test
run: |
fluentci run deno_pipeline fmt test
dagger -m github.com/fluent-ci-templates/spin-pipeline@main functions
- name: Upload to Codecov
run: fluentci run codecov_pipeline
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
SPIN_AUTH_TOKEN: ${{ secrets.SPIN_AUTH_TOKEN }}
- name: Run Dagger Pipelines
run: |
dagger build --src . --output=.
dagger call build --src . --output=.
mkdir -p target/wasm32-wasi && mv release target/wasm32-wasi
dagger call deploy --src . --auth-token SPIN_AUTH_TOKEN
working-directory: example
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentci/spin",
"version": "0.9.1",
"version": "0.9.0",
"exports": "./mod.ts",
"importMap": "import_map.json",
"tasks": {
Expand Down

0 comments on commit 1ac733d

Please sign in to comment.