Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson committed Aug 29, 2024
1 parent 41d8a0a commit 0ea27cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Smoketest
run: xvfb-run python3 ./mach smoketest --${{ inputs.profile }}
- name: Script tests
run: ./mach test-scripts
run: ./mach test-scripts -v
- name: Unit tests
if: ${{ inputs.unit-tests }}
uses: nick-fields/retry@v3
Expand Down
1 change: 1 addition & 0 deletions python/wpt/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def search():
head_ref = f"{params['author']}:{params['head']}"

for pull_request in self.pulls:
print(f"search {head_ref} --> {pull_request.head}")
if pull_request.head == head_ref:
return json.dumps({
"total_count": 1,
Expand Down

0 comments on commit 0ea27cb

Please sign in to comment.