Skip to content

Commit

Permalink
chore(ci): disable js-ipfs interop
Browse files Browse the repository at this point in the history
Does not make sense to have CI red all the time.

Restoring interop with js-ipfs is tracked in:
#1737
  • Loading branch information
lidel committed Feb 1, 2022
1 parent 22a1112 commit 2e52e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: false
matrix:
backend: [js, go]
backend: [go] # TODO: add 'js' – see https://github.com/ipfs/ipfs-webui/issues/1737
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 2e52e24

Please sign in to comment.