Skip to content

Commit

Permalink
CI: Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Mar 18, 2023
1 parent af73538 commit f47a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
node-version: 18
- run: npm ci
run: npx --yes bundlesize
- run: npx --yes bundlesize
publish:
if: ${{ github.ref == 'refs/heads/release' }}
needs: [build, unit-test, smoke-test, lint]
Expand Down

1 comment on commit f47a679

@victorlin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, thanks for fixing this! I don't know how I missed it in #1645. I probably checked for failing jobs, but the workflow startup failure prevented those from showing up (and that failure isn't shown on the PR page).

Please sign in to comment.