Skip to content

Commit

Permalink
get rid of the now unnecessary AZLE_VERBOSE=true in front of npx azle…
Browse files Browse the repository at this point in the history
… template commands in GitHub Actions
  • Loading branch information
lastmjs committed Jan 16, 2025
1 parent d6f9f5e commit e166570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
AZLE_VERBOSE=true npx azle install-global-dependencies --rust --wasi2ic
- name: Build stable template
run: AZLE_VERBOSE=true npx azle template
run: npx azle template

- name: Build experimental template
run: AZLE_VERBOSE=true npx azle template --experimental
run: npx azle template --experimental

- uses: ./.github/actions/commit_and_push
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
npm install
- name: Build stable template
run: AZLE_VERBOSE=true npx azle template
run: npx azle template

- name: Build experimental template
run: AZLE_VERBOSE=true npx azle template --experimental
run: npx azle template --experimental

- uses: ./.github/actions/commit_and_push
with:
Expand Down

0 comments on commit e166570

Please sign in to comment.