Skip to content

Commit

Permalink
Add debug notes
Browse files Browse the repository at this point in the history
  • Loading branch information
malberts committed Nov 13, 2023
1 parent 0b0569a commit 9e287d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
name: "PHPUnit: MW ${{ matrix.mw }}, PHP ${{ matrix.php }}"
continue-on-error: true
continue-on-error: true # TODO: remove

strategy:
matrix:
Expand Down Expand Up @@ -94,6 +94,7 @@ jobs:
run: bash <(curl -s https://codecov.io/bash)
if: matrix.mw == 'master'

# TODO: remove
- name: debug
run: |
curl -X POST --header 'Content-Type: application/x-www-form-urlencoded' --data 'query=%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fportal.mardi4nfdi.de%2Fprop%2Fdirect%2F%3E%0APREFIX%20wd%3A%20%3Chttps%3A%2F%2Fportal.mardi4nfdi.de%2Fentity%2F%3E%0A%0ASELECT%0A%20%20%3Fwork%0A%20%20%3Ftitle%0A%20%20%3Fpublication_date%0AWHERE%20%7B%0A%20%20%3Fwork%20wdt%3AP16%20wd%3AQ195254%20.%0A%20%20%3Fwork%20wdt%3AP159%20%3Ftitle%20.%20%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3Fwork%20wdt%3AP28%20%3Fpublication_datetime%20.%0A%20%20%20%20BIND%28xsd%3Adate%28%3Fpublication_datetime%29%20AS%20%3Fpublication_date%29%0A%20%20%7D%0A%7D%0AORDER%20BY%20DESC%28%3Fpublication_date%29&format=json' http://localhost:8889/bigdata/namespace/kb/sparql
Expand Down

0 comments on commit 9e287d5

Please sign in to comment.