Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 27, 2024
1 parent ff980e8 commit 07f48b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check nginx2
run: openssl x509 -in /tmp/server.crt -text -noout
- name: Check nginx3
run: python3 -c "import requests; print(requests.get('https://domjudge/domjudge/api/contests').text)"
run: python3 -c "import requests; print(requests.get('https://localhost/domjudge/api/contests').text)"
- name: Testing submit client
working-directory: submit
run: make check-full
Expand Down

0 comments on commit 07f48b6

Please sign in to comment.