Skip to content

Commit

Permalink
ci: build and test again before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Oct 25, 2023
1 parent a265827 commit e310a6c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
if: success()
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -24,6 +23,18 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install dependencies
run: npm ci

- name: Generate Langium files
run: npm run langium:generate

- name: Compile TypeScript
run: npm run build

- name: Test with Vitest
run: npm run test

- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit e310a6c

Please sign in to comment.