Skip to content

Commit

Permalink
remove debug echos
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrobdolby committed Oct 29, 2024
1 parent f2b654b commit 0bd69ce
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,14 @@ jobs:
export VITE_STREAM_NAME=$(echo $NEW_TOKEN | jq -r '.data.streams[0].streamName')
export NEW_TOKEN_ID=$(echo $NEW_TOKEN | jq -r '.data.id')
echo "check endpoint variable:"
echo $MILLICAST_API_ENDPOINT
echo $VITE_DIRECTOR_ENDPOINT
echo $VITE_PUBLISH_TOKEN
echo $VITE_ACCOUNT_ID
echo $VITE_STREAM_NAME
echo $NEW_TOKEN_ID
echo "check env variables"
npm run build
npm run demo-app:setup
- name: Execute Test Suite
run: |
# Disable artifact collection
jq '.video = "off"' ${INTEGRATION_TEST_CONFIG} | sponge ${INTEGRATION_TEST_CONFIG}
jq '.trace = "off"' ${INTEGRATION_TEST_CONFIG} | sponge ${INTEGRATION_TEST_CONFIG}
# jq '.har = "off"' ${INTEGRATION_TEST_CONFIG} | sponge ${INTEGRATION_TEST_CONFIG}
jq '.har = "off"' ${INTEGRATION_TEST_CONFIG} | sponge ${INTEGRATION_TEST_CONFIG}
npm run test-websdk -- tags "not @skip and not @ignore"
- name: Suite Teardown
Expand Down

0 comments on commit 0bd69ce

Please sign in to comment.