Skip to content

Commit

Permalink
CI: disable test plugins steps
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Dubenko <[email protected]>
  • Loading branch information
sniok committed Dec 11, 2024
1 parent 950b977 commit b7cb35e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run frontend-i18n-check
run: |
make frontend-i18n-check
build:
name: build
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -110,6 +110,8 @@ jobs:
testplugins:
name: test plugins
# TODO: This is currently broken. Reenable after #2549 #2560 is fixed
if: false
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit b7cb35e

Please sign in to comment.