Skip to content

Commit

Permalink
Add more canary projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Feb 9, 2024
1 parent 06ae6d5 commit 7686e39
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/compatibility-canary-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@ jobs:
- name: benchee
repo: https://github.com/PragTob/benchee.git

- name: next-ls
repo: https://github.com/elixir-tools/next-ls.git

- name: gen_lsp
repo: https://github.com/elixir-tools/gen_lsp.git

- name: req
repo: https://github.com/wojtekmac/req.git

- name: bandit
repo: https://github.com/mtrudel/bandit.git

- name: decimal
repo: https://github.com/ericmj/decimal.git

# Elixir
- name: elixir
repo: https://github.com/elixir-lang/elixir.git
Expand Down Expand Up @@ -89,6 +104,10 @@ jobs:
- name: nerves
repo: https://github.com/nerves-project/nerves.git

# Nx
- name: nx
repo: https://github.com/elixir-nx/nx.git

steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 7686e39

Please sign in to comment.