Skip to content

Commit

Permalink
Merge a45026f into f24fb8a
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 7, 2022
2 parents f24fb8a + a45026f commit def58c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/integration-test.yml
Expand Up @@ -36,11 +36,17 @@ jobs:
os:
- ubuntu-latest

# List of repositories to check.
# 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
Expand All @@ -51,16 +57,15 @@ jobs:
- graphql/graphql-relay-js
- graphql/graphql-spec
- liriliri/licia
- MartinThoma/LaTeX-examples
- mdx-js/mdx
- microsoft/TypeScript-Website
- pagekit/pagekit
- php/php-src
- plasticrake/tplink-smarthome-api
- prettier/prettier
- pycontribs/jira
- SoftwareBrothers/admin-bro
- shoelace-style/shoelace
- twbs/bootstrap
- TheAlgorithms/Python
- typescript-cheatsheets/react
- typescript-eslint/typescript-eslint
- w3c/aria-practices
Expand Down Expand Up @@ -191,3 +196,4 @@ jobs:
# cspell:ignore MartinThoma googleapis
# cspell:ignore plasticrake tplink smarthome
# cspell:ignore logiciel twbs
# cspell:ignore apollographql
2 changes: 2 additions & 0 deletions integration-tests/repo-list.sh
@@ -0,0 +1,2 @@
# output the list of repositories sorted
cat config/config.json | jq -r ".repositories | sort_by(.path) | .[].path | select(startswith(\"streetside\") | not) | \" - \" + ."

0 comments on commit def58c3

Please sign in to comment.