Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lv37 committed Jan 22, 2025
1 parent 034a0d0 commit 9b0a559
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ env:
ZED_EXTENSION_CLI_SHA: b5ce8e7aa500d530389fef4cdd26f4790d013682

jobs:
package:
test:
runs-on: ubuntu-latest
if: github.repository_owner == 'zed-industries'
steps:
- name: Checkout repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down Expand Up @@ -62,20 +61,4 @@ jobs:
with:
key: cache-build-dependencies
path: |
./scratch
- name: Package extensions
run: pnpm package-extensions
env:
SHOULD_PUBLISH: ${{ github.ref_name == 'main' }}
S3_BUCKET: ${{ secrets.S3_BUCKET }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}

- name: Enforce sorted `extensions.toml` and `.gitmodules`
run: |
if ! git diff --exit-code -- extensions.toml .gitmodules; then
echo -e "\nERROR: extensions.toml and .gitmodules are not sorted."
echo -e "Fix by running:\n pnpm sort-extensions\n"
exit 1
fi
./scratch

0 comments on commit 9b0a559

Please sign in to comment.