ci: typo fix cypress on doc db (#26837)
This commit is contained in:
parent
d0382778db
commit
bf33d6c1d2
11
.github/workflows/ci-test-with-documentdb.yml
vendored
11
.github/workflows/ci-test-with-documentdb.yml
vendored
|
|
@ -35,7 +35,6 @@ jobs:
|
||||||
ports:
|
ports:
|
||||||
# Opens tcp port 6379 on the host and service container
|
# Opens tcp port 6379 on the host and service container
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo
|
image: mongo
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -230,7 +229,6 @@ jobs:
|
||||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||||
-e APPSMITH_INTERCOM_APP_ID=DUMMY_VALUE \
|
-e APPSMITH_INTERCOM_APP_ID=DUMMY_VALUE \
|
||||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||||
-e APPSMITH_CLOUD_SERVICES_SIGNATURE_BASE_URL=http://host.docker.internal:8090 \
|
|
||||||
-e APPSMITH_MONGODB_URI="${APPSMITH_MONGODB_URI}${DB_NAME}?retryWrites=false&replicaSet=rs0&directConnection=true" \
|
-e APPSMITH_MONGODB_URI="${APPSMITH_MONGODB_URI}${DB_NAME}?retryWrites=false&replicaSet=rs0&directConnection=true" \
|
||||||
--add-host=host.docker.internal:host-gateway --add-host=api.segment.io:host-gateway --add-host=t.appsmith.com:host-gateway \
|
--add-host=host.docker.internal:host-gateway --add-host=api.segment.io:host-gateway --add-host=t.appsmith.com:host-gateway \
|
||||||
cicontainer
|
cicontainer
|
||||||
|
|
@ -321,12 +319,6 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
|
echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
|
||||||
|
|
||||||
# - name: Set Pull Request Title
|
|
||||||
# env:
|
|
||||||
# EVENT_COMMITS: ${{ toJson(github.event.commits[0].message) }}
|
|
||||||
# run: |
|
|
||||||
# echo "${{ env.EVENT_COMMITS }}" | awk -F '\\\\n' '{print $1}'
|
|
||||||
|
|
||||||
- name: Save Git values
|
- name: Save Git values
|
||||||
# pass env variables from this step to other steps
|
# pass env variables from this step to other steps
|
||||||
# using GitHub Actions environment file
|
# using GitHub Actions environment file
|
||||||
|
|
@ -435,7 +427,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
install: false
|
install: false
|
||||||
working-directory: app/client
|
working-directory: app/client
|
||||||
command: yarn ts-node --require esm cypress/cypress-split.tsi
|
command: yarn ts-node --require esm cypress/cypress-split.ts
|
||||||
|
|
||||||
# In case of second attempt only run failed specs
|
# In case of second attempt only run failed specs
|
||||||
- name: Run the cypress test with failed tests
|
- name: Run the cypress test with failed tests
|
||||||
|
|
@ -505,7 +497,6 @@ jobs:
|
||||||
working-directory: app/client
|
working-directory: app/client
|
||||||
command: yarn cypress run --browser ${{ env.BROWSER_PATH }} --config-file cypress_ci_custom.config.ts --spec ${{ env.failed_spec_env }}
|
command: yarn cypress run --browser ${{ env.BROWSER_PATH }} --config-file cypress_ci_custom.config.ts --spec ${{ env.failed_spec_env }}
|
||||||
|
|
||||||
|
|
||||||
- name: Collect CI container logs
|
- name: Collect CI container logs
|
||||||
if: failure()
|
if: failure()
|
||||||
working-directory: "."
|
working-directory: "."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user