Skip to content

Commit

Permalink
Revert ci workflow changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Tiwari committed May 10, 2024
1 parent df63165 commit 40d129d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test_local_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,6 @@ jobs:
- name: Get nebari-config.yaml full path
run: echo "NEBARI_CONFIG_PATH=`realpath ./local-deployment/nebari-config.yaml`" >> "$GITHUB_ENV"

- name: Deployment Pytests
env:
KEYCLOAK_USERNAME: ${{ env.TEST_USERNAME }}
KEYCLOAK_PASSWORD: ${{ env.TEST_PASSWORD }}
run: |
pytest tests/tests_deployment/ -v -s
- name: Cypress run
uses: cypress-io/github-action@v6
env:
Expand Down Expand Up @@ -190,9 +183,16 @@ jobs:
./tests/tests_e2e/cypress/videos/
./tests/tests_e2e/playwright/videos/
- name: Deployment Pytests
env:
KEYCLOAK_USERNAME: ${{ env.TEST_USERNAME }}
KEYCLOAK_PASSWORD: ${{ env.TEST_PASSWORD }}
run: |
pytest tests/tests_deployment/ -v -s
### CLEANUP AFTER TESTS
- name: Cleanup nebari deployment
if: always()
working-directory: local-deployment
run: |
nebari destroy --config nebari-config.yaml --disable-prompt
nebari destroy --config nebari-config.yaml --disable-prompt

0 comments on commit 40d129d

Please sign in to comment.