mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
Remove test step.
This commit is contained in:
parent
e1feaa0e9e
commit
d86efe449e
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -74,11 +74,9 @@ jobs:
|
||||
pnpm run test-ui --project=chromium
|
||||
# On release, create release
|
||||
- name: Generate Changelog
|
||||
#if: ${{startsWith(github.ref, 'refs/tags/v') }}
|
||||
if: ${{startsWith(github.ref, 'refs/tags/v') }}
|
||||
working-directory: bin
|
||||
run: pnpm run generateChangelog ${{ github.ref }} > ${{ github.workspace }}-CHANGELOG.txt
|
||||
- name: Output changelog
|
||||
run: cat ${{ github.workspace }}-CHANGELOG.txt
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: ${{startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user