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 de25b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ jobs:
run: |
sudo apt update
python3 ./mach bootstrap --skip-lints
- name: Script tests
run: ./mach test-scripts -v
- name: Build (${{ inputs.profile }})
run: |
python3 ./mach build --use-crown --locked --${{ inputs.profile }}
cp -r target/cargo-timings target/cargo-timings-linux
- name: Smoketest
run: xvfb-run python3 ./mach smoketest --${{ inputs.profile }}
- name: Script tests
run: ./mach test-scripts
- 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 de25b48

Please sign in to comment.