Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
[ADF-5515] disable integration tests until config fixes (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Feb 3, 2023
1 parent 468a8be commit 0094443
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/js-api-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ jobs:
shell: bash
run: ./scripts/test-performance.sh || exit 1

- name: Integration
env:
HOST: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
shell: bash
run: ./scripts/test-integration.sh || exit 1
# https://alfresco.atlassian.net/browse/ADF-5515
# - name: Integration
# env:
# HOST: ${{ secrets.HOST }}
# USERNAME: ${{ secrets.USERNAME }}
# PASSWORD: ${{ secrets.PASSWORD }}
# shell: bash
# run: ./scripts/test-integration.sh || exit 1

release:
needs: test
Expand Down

0 comments on commit 0094443

Please sign in to comment.