Skip to content

Commit

Permalink
fw-tools / PR-checker fix domain
Browse files Browse the repository at this point in the history
As per Jenia's review feedback.
  • Loading branch information
JanneKiiskila committed May 30, 2024
1 parent 3cb753d commit 273bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
fi
- name: Check if it works with a custom domain
run: |
if ! fw-tools/edge-testnet --domain pdm-sandbox.io; then
if ! fw-tools/edge-testnet --domain -pr-tester.pdm-sandbox.io; then
echo "Failed to run edge-testnet -d example.com"
exit 1
fi
Expand Down

0 comments on commit 273bc8b

Please sign in to comment.