Skip to content

Update ontrigger-build.yml #5

Update ontrigger-build.yml

Update ontrigger-build.yml #5

name: system-tests-postdeployment-prod
on:
workflow_call:
inputs:
prod_pages_fqdn:
required: true
type: string
jobs:
system-tests-postdeployment-prod:
runs-on: ubuntu-latest
steps:

Check failure on line 13 in .github/workflows/sub-system-tests-postdeployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sub-system-tests-postdeployment.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- name: Test home page
run: |
echo "Testing if homepage responds correctly"
curl --fail https://$prod_pages_fqdn
- name: Test a random page
run: |
echo "Testing if a page responds correctly"
curl --fail https://$prod_pages_fqdn/operators/setup-network/chain-spec
- name: Test another random page
run: |
echo "Testing if a page responds correctly"
curl --fail https://$prod_pages_fqdn/concepts/serialization-standard