Fix and enable integration tests in CI (#721)

* run jest only inside node + fix indexURL for integration tests

* add integration tests to CI

* use pytest from env
This commit is contained in:
Madhur Tandon
2022-08-25 22:01:05 +05:30
committed by GitHub
parent 7aa25712d9
commit 47494e62a7
3 changed files with 10 additions and 9 deletions

View File

@@ -62,6 +62,9 @@ jobs:
- name: Build and Test
run: make test
- name: Integration Tests
run: make test-integration
# Deploy to S3
- name: Configure AWS credentials
if: github.ref == 'refs/heads/main' # Only deploy on merge into main