From 7698d01263312e8963ed3b0ebf7ec5c838bbcefd Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 17 Jun 2025 01:06:06 +0200 Subject: [PATCH] use cache --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0961e65c4e..2914fd04ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Normalize file mtimes - run: | - find . -type f -exec touch -d "2000-01-01T00:00:00Z" {} + + - run: ls -lah turbo.json .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml - name: Set up persistent Buildx builder id: buildx uses: docker/setup-buildx-action@v3 @@ -22,6 +20,7 @@ jobs: install: true driver: docker-container use: true + - run: ls -lah turbo.json .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml - name: Build uses: docker/bake-action@v6 with: @@ -31,5 +30,6 @@ jobs: *.cache-from=type=gha *.cache-to=type=gha,mode=max *.output=type=docker + - run: ls -lah turbo.json .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml - name: Run run: make login-lint