Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ui] Yarnfile regenerated #24467

Closed
wants to merge 13 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 66 additions & 2 deletions .github/workflows/ember-test-audit.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,41 @@ jobs:
node-version: '18'
- run: yarn --frozen-lockfile
- run: mkdir -p /tmp/test-reports
- run: npx ember-test-audit 1 --json --output ../base-audit.json
# # Debug steps
# - run: yarn --version
# - run: yarn list --pattern "ember-test-audit" || true
# - run: yarn list --pattern "@ember/test-helpers" || true
# Try installing explicitly before running
- run: yarn add ember-test-audit@0.4.0 --dev
- run: |
set -x
echo "=== Starting Tests ==="
export CHROME_FLAGS="--headless --disable-gpu --no-sandbox --disable-dev-shm-usage --memory-pressure-off --js-flags=\"--max_old_space_size=4096\""
export TESTEM_LOG_FILE='/tmp/testem.log'
timeout 1800 yarn ember-test-audit 1 --json --output ../base-audit.json || {
echo "=== Process timed out or failed ==="
echo "=== Last Testem Logs ==="
cat /tmp/testem.log || true
echo "=== Chrome Process Check ==="
ps aux | grep chrome || true
exit 1
}
# - run: |
# export CHROME_FLAGS="--headless --disable-gpu --no-sandbox --disable-dev-shm-usage --memory-pressure-off --js-flags=\"--max_old_space_size=4096\""
# yarn ember-test-audit 1 --json --output ../base-audit.json
# - run: |
# set -x
# echo "=== Starting Tests ==="
# export CHROME_FLAGS="--headless --disable-gpu --no-sandbox --disable-dev-shm-usage --memory-pressure-off --js-flags=\"--max_old_space_size=4096\""
# export TESTEM_LOG_FILE='/tmp/testem.log'
# yarn ember-test-audit 1 --json --output ../base-audit.json || {
# echo "=== Process failed ==="
# echo "=== Last Testem Logs ==="
# cat /tmp/testem.log || true
# echo "=== Chrome Process Check ==="
# pgrep -a chrome || true
# exit 1
# }
- name: Upload result
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
@@ -42,7 +76,37 @@ jobs:
node-version: '18'
- run: yarn --frozen-lockfile
- run: mkdir -p /tmp/test-reports
- run: npx ember-test-audit 1 --json --output ../pr-audit.json
- run: yarn add ember-test-audit@0.4.0 --dev
# - run: npx ember-test-audit 1 --json --output ../pr-audit.json
# - run: |
# export CHROME_FLAGS="--headless --disable-gpu --no-sandbox --disable-dev-shm-usage --memory-pressure-off --js-flags=\"--max_old_space_size=4096\""
# yarn ember-test-audit 1 --json --output ../pr-audit.json
- run: |
set -x
echo "=== Starting Tests ==="
export CHROME_FLAGS="--headless --disable-gpu --no-sandbox --disable-dev-shm-usage --memory-pressure-off --js-flags=\"--max_old_space_size=4096\""
export TESTEM_LOG_FILE='/tmp/testem.log'
timeout 1800 yarn ember-test-audit 1 --json --output ../pr-audit.json || {
echo "=== Process timed out or failed ==="
echo "=== Last Testem Logs ==="
cat /tmp/testem.log || true
echo "=== Chrome Process Check ==="
ps aux | grep chrome || true
exit 1
}
# - run: |
# set -x
# echo "=== Starting Tests ==="
# export CHROME_FLAGS="--headless --disable-gpu --no-sandbox --disable-dev-shm-usage --memory-pressure-off --js-flags=\"--max_old_space_size=4096\""
# export TESTEM_LOG_FILE='/tmp/testem.log'
# yarn ember-test-audit 1 --json --output ../pr-audit.json || {
# echo "=== Process failed ==="
# echo "=== Last Testem Logs ==="
# cat /tmp/testem.log || true
# echo "=== Chrome Process Check ==="
# pgrep -a chrome || true
# exit 1
# }
- name: Upload result
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -113,6 +113,7 @@
"ember-stargate": "^0.4.1",
"ember-statecharts": "^0.13.2",
"ember-template-lint": "^3.15.0",
"ember-test-audit": "0.4.0",
"ember-test-selectors": "^6.0.0",
"ember-truth-helpers": "^3.0.0",
"eslint": "^7.32.0",
4,067 changes: 1,636 additions & 2,431 deletions ui/yarn.lock

Large diffs are not rendered by default.