Skip to content

Commit

Permalink
chore: skip azl smoke test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 19, 2024
1 parent b361fb6 commit d899b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
- name: Smoke test localsandbox
run: ./localsandbox${{ (matrix.osname == 'win' && '.exe') || '' }} --version

- name: Smoke test azl
run: ./azl${{ (matrix.osname == 'win' && '.exe') || '' }} --version
# - name: Smoke test azl
# run: ./azl${{ (matrix.osname == 'win' && '.exe') || '' }} --version

# create-release:
# needs: [bundle-cli, smoke-test]
Expand Down

0 comments on commit d899b38

Please sign in to comment.