Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Install package
run: pip install flit && flit install

- name: Install Azure CLI
run: ./scripts/install-az-cli.sh

- name: Run Test
run: pytest tests/test_target.py::test_target_run -s

Expand All @@ -61,8 +58,6 @@ jobs:
- name: Install package
run: pip install flit && flit install

- name: Install Azure CLI
run: ./scripts/install-az-cli.sh

- name: Run Test
run: pytest tests/test_target.py::test_target_test_runner -s
Expand All @@ -86,8 +81,6 @@ jobs:
- name: Install package
run: pip install flit && flit install

- name: Install Azure CLI
run: ./scripts/install-az-cli.sh

- name: Run Test
run: pytest tests/test_target.py::test_target_run_debug_policy -s
Expand All @@ -111,8 +104,6 @@ jobs:
- name: Install package
run: pip install flit && flit install

- name: Install Azure CLI
run: ./scripts/install-az-cli.sh

- name: Run Test
run: pytest tests/test_target.py::test_target_run_allow_all_policy -s
Expand All @@ -136,8 +127,6 @@ jobs:
- name: Install package
run: pip install flit && flit install

- name: Install Azure CLI
run: ./scripts/install-az-cli.sh

- name: Run Test
run: pytest tests/test_target.py::test_target_run_no_cleanup -s
Expand All @@ -161,8 +150,6 @@ jobs:
- name: Install package
run: pip install flit && flit install

- name: Install Azure CLI
run: ./scripts/install-az-cli.sh

- name: Run Test
run: pytest tests/test_target.py::test_target_run_prefer_pull -s
Expand All @@ -186,8 +173,6 @@ jobs:
- name: Install package
run: pip install flit && flit install

- name: Install Azure CLI
run: ./scripts/install-az-cli.sh

- name: Run Test
run: pytest tests/test_target.py::test_target_run_steps -s
Expand All @@ -211,8 +196,6 @@ jobs:
- name: Install package
run: pip install flit && flit install

- name: Install Azure CLI
run: ./scripts/install-az-cli.sh

- name: Run Test
run: pytest tests/test_vn2.py::test_vn2_generate_yaml -s
17 changes: 0 additions & 17 deletions scripts/install-az-cli.sh

This file was deleted.

Loading