Skip to content

Commit 2140ffd

Browse files
committed
ci/cd: comment out experimental integration tests temporarily
1 parent 9b7f9e4 commit 2140ffd

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/main_pr_tests.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@ jobs:
3434
- name: Tests
3535
run: make test
3636

37-
exp-integration-tests:
38-
continue-on-error: true
39-
runs-on: ubuntu-latest
40-
steps:
41-
- name: Checkout
42-
uses: actions/checkout@v3
43-
44-
- name: Setup Python
45-
uses: actions/setup-python@v4
46-
with:
47-
python-version: '3.9'
48-
cache: 'pip'
49-
50-
- name: Install
51-
run: make install
52-
53-
- name: Run Integration Tests
54-
run: make test-all
55-
env:
56-
JAMF_PRO_HOST: ${{ vars.JAMF_PRO_HOST }}
57-
JAMF_PRO_CLIENT_ID: ${{ vars.JAMF_PRO_CLIENT_ID }}
58-
JAMF_PRO_CLIENT_SECRET: ${{ vars.JAMF_PRO_CLIENT_SECRET }}
37+
# exp-integration-tests:
38+
# continue-on-error: true
39+
# runs-on: ubuntu-latest
40+
# steps:
41+
# - name: Checkout
42+
# uses: actions/checkout@v3
43+
44+
# - name: Setup Python
45+
# uses: actions/setup-python@v4
46+
# with:
47+
# python-version: '3.9'
48+
# cache: 'pip'
49+
50+
# - name: Install
51+
# run: make install
52+
53+
# - name: Run Integration Tests
54+
# run: make test-all
55+
# env:
56+
# JAMF_PRO_HOST: ${{ vars.JAMF_PRO_HOST }}
57+
# JAMF_PRO_CLIENT_ID: ${{ vars.JAMF_PRO_CLIENT_ID }}
58+
# JAMF_PRO_CLIENT_SECRET: ${{ vars.JAMF_PRO_CLIENT_SECRET }}

0 commit comments

Comments
 (0)