File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments