diff --git a/.github/workflows/zowe-cli.yml b/.github/workflows/zowe-cli.yml index 77b7fb9b3b..cf3f7a76fa 100644 --- a/.github/workflows/zowe-cli.yml +++ b/.github/workflows/zowe-cli.yml @@ -76,14 +76,6 @@ jobs: if: ${{ always() && steps.build.outcome == 'success' }} run: npm run test:unit >> file.txt - - name: Unlock Keyring - if: ${{ always() && steps.build.outcome == 'success' && matrix.os == 'ubuntu-latest' }} - uses: t1m0thyj/unlock-keyring@v1 - - - name: Integration Tests - if: ${{ always() && steps.build.outcome == 'success' }} - run: npm run test:integration >> file.txt - - name: Archive Results if: ${{ always() && steps.build.outcome == 'success' }} uses: actions/upload-artifact@v3