CI/gitiea ci compatibility #1
@@ -133,7 +133,7 @@ jobs:
|
|||||||
# Disable cache when not using GitHub Actions because the runner spends ~3mins trying to upload the cache and failing
|
# Disable cache when not using GitHub Actions because the runner spends ~3mins trying to upload the cache and failing
|
||||||
# TODO: setup cache server in Gitea
|
# TODO: setup cache server in Gitea
|
||||||
if: github.server_url == 'https://github.com'
|
if: github.server_url == 'https://github.com'
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/ms-playwright
|
path: ~/.cache/ms-playwright
|
||||||
key: ${{ runner.os }}-playwright-${{ hashFiles('frontend/bun.lock') }}
|
key: ${{ runner.os }}-playwright-${{ hashFiles('frontend/bun.lock') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user