1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

remove extra run tag for plugin check (#4260)

This commit is contained in:
Scott Bishel 2022-11-29 14:44:25 -07:00 committed by GitHub
parent 93d5d9bef8
commit 571aa2ca99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,6 @@ jobs:
- name: npm ci
run: cd focalboard/webapp; npm ci --no-optional
run: cd focalboard/mattermost-plugin/webapp && npm ci
- name: Set up Go
uses: actions/setup-go@v3