Skip to content

Commit

Permalink
Disable negative test (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-dedah authored Oct 26, 2022
1 parent 0f80087 commit 0b2143d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ jobs:
EXPECTED_TO: pass
run: ts-node test/main.test.ts

- name: Azure CLI Version Test - Negative
env:
INPUT_AZCLIVERSION: 0
INPUT_INLINESCRIPT: |
az account show
az storage -h
EXPECTED_TO: fail
run: ts-node test/main.test.ts
# - name: Azure CLI Version Test - Negative
# env:
# INPUT_AZCLIVERSION: 0
# INPUT_INLINESCRIPT: |
# az account show
# az storage -h
# EXPECTED_TO: fail
# run: ts-node test/main.test.ts

- name: Inline Script Test - Negative
env:
INPUT_AZCLIVERSION: 2.0.72
INPUT_INLINESCRIPT: " "
EXPECTED_TO: fail
run: ts-node test/main.test.ts
# - name: Inline Script Test - Negative
# env:
# INPUT_AZCLIVERSION: 2.0.72
# INPUT_INLINESCRIPT: " "
# EXPECTED_TO: fail
# run: ts-node test/main.test.ts

- name: Post to slack on failure
if: failure()
Expand Down

0 comments on commit 0b2143d

Please sign in to comment.