Skip to content

Commit

Permalink
chore: minor fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade committed Jul 30, 2024
1 parent e30cb88 commit 5d0a9ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
with:
path: "focalboard"
- name: npm ci
run: |
cd focalboard/webapp && npm ci && cd -
run: cd focalboard/webapp && npm ci && cd -

- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 5d0a9ca

Please sign in to comment.