diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 657d47f5a49..bb07fb0cebb 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -40,13 +40,10 @@ jobs: # Use `repo-list.sh` in `integration-tests` to generate. repo: - AdaDoom3/AdaDoom3 - - Azure/azure-rest-api-specs - - MartinThoma/LaTeX-examples - - SoftwareBrothers/admin-bro - - TheAlgorithms/Python - alexiosc/megistos - apollographql/apollo-server - aws-amplify/docs + - Azure/azure-rest-api-specs - bitjson/typescript-starter - canada-ca/open-source-logiciel-libre - django/django @@ -57,6 +54,7 @@ jobs: - graphql/graphql-relay-js - graphql/graphql-spec - liriliri/licia + - MartinThoma/LaTeX-examples - mdx-js/mdx - microsoft/TypeScript-Website - pagekit/pagekit @@ -65,6 +63,8 @@ jobs: - prettier/prettier - pycontribs/jira - shoelace-style/shoelace + - SoftwareBrothers/admin-bro + - TheAlgorithms/Python - twbs/bootstrap - typescript-cheatsheets/react - typescript-eslint/typescript-eslint diff --git a/integration-tests/repo-list.sh b/integration-tests/repo-list.sh index 65b14e23559..0a00c744337 100755 --- a/integration-tests/repo-list.sh +++ b/integration-tests/repo-list.sh @@ -1,2 +1,2 @@ # output the list of repositories sorted -cat config/config.json | jq -r ".repositories | sort_by(.path) | .[].path | select(startswith(\"streetside\") | not) | \" - \" + ." +cat config/config.json | jq -r ".repositories | sort_by(.path | ascii_downcase) | .[].path | select(startswith(\"streetside\") | not) | \" - \" + ."