mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 23:24:53 +00:00
cleanup
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- uses: actions/cache@v4.0.2
|
- uses: actions/cache@v4.0.2
|
||||||
name: Setup Cypress cache
|
name: Setup Cypress binary cache
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/Cypress
|
path: ~/.cache/Cypress
|
||||||
key: ${{ runner.os }}-cypress-binary-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: ${{ runner.os }}-cypress-binary-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
# We can cache the Playwright binary cache independently from the pnpm cache, because we install it separately.
|
# We can cache the Playwright binary independently from the pnpm cache, because we install it separately.
|
||||||
# After pnpm install --frozen-lockfile, we can get the version so we only have to download the binary once per version.
|
# After pnpm install --frozen-lockfile, we can get the version so we only have to download the binary once per version.
|
||||||
- run: echo "PLAYWRIGHT_VERSION=$(npx playwright --version | cut -d ' ' -f 2)" >> $GITHUB_ENV
|
- run: echo "PLAYWRIGHT_VERSION=$(npx playwright --version | cut -d ' ' -f 2)" >> $GITHUB_ENV
|
||||||
if: ${{ matrix.command == 'test:acceptance' }}
|
if: ${{ matrix.command == 'test:acceptance' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user