Skip to content

Commit

Permalink
tools: run all daily undici WPTs regardless of their exitCode
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 18, 2024
1 parent ec3c7bc commit a549b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-wpt-fyi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
rm -rf test/wpt/tests
mv ../../test/fixtures/wpt/ test/wpt/tests/
npm install
npm run test:wpt || true
cat package.json | jq '.scripts["test:wpt"] | split(" && ")[]' | xargs -I {} sh -c '{} || true'
working-directory: deps/undici

# Upload artifacts
Expand All @@ -137,7 +137,7 @@ jobs:
echo "## Node.js ${{ steps.setup-node.outputs.node-version }}" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "WPT Revision: [\`${WPT_REVISION:0:7}\`](https://github.com/web-platform-tests/wpt/commits/$WPT_REVISION)" >> $GITHUB_STEP_SUMMARY
for WPT_FYI_ENDPOINT in "https://wpt.fyi/api/results/upload" "https://staging.wpt.fyi/api/results/upload"
for WPT_FYI_ENDPOINT in "https://staging.wpt.fyi/api/results/upload"
do
response=$(curl -sS \
-u "$WPT_FYI_USERNAME:$WPT_FYI_PASSWORD" \
Expand Down

0 comments on commit a549b52

Please sign in to comment.