Skip to content

Commit

Permalink
Merge pull request #3 from zFernand0/v1-test01
Browse files Browse the repository at this point in the history
Update zowe-cli.yml
  • Loading branch information
zFernand0 committed Oct 12, 2023
2 parents f72d99b + 6a6de2e commit 4aea4bf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/zowe-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aea4bf

Please sign in to comment.