Cache playwright

This commit is contained in:
SamTV12345 2024-08-08 22:39:39 +02:00
parent 9f2a48e944
commit 5b089211d4
3 changed files with 29 additions and 1 deletions

View file

@ -74,7 +74,7 @@ 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