diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 5073af5..b40af31 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -16,19 +16,6 @@ jobs: name: devenv - name: Install devenv.sh run: nix profile install nixpkgs#devenv - - name: Get bun cache directory - id: bun-cache-dir - shell: devenv shell bash -- -e {0} - run: | - echo "BUN_CACHE_DIR=$(bun pm cache)" >> $GITHUB_ENV - - name: Restore cache - uses: actions/cache@v3 - id: bun-cache - with: - path: ${{ env.BUN_CACHE_DIR }} - key: ${{ runner.os }}-node-${{ hashFiles('**/bun.lockb') }} - restore-keys: | - ${{ runner.os }}-node- - name: Check code quality shell: devenv shell bash -- -e {0} run: | @@ -54,19 +41,6 @@ jobs: name: devenv - name: Install devenv.sh run: nix profile install nixpkgs#devenv - - name: Get bun cache directory - id: bun-cache-dir - shell: devenv shell bash -- -e {0} - run: | - echo "BUN_CACHE_DIR=$(bun pm cache)" >> $GITHUB_ENV - - name: Restore cache - uses: actions/cache@v3 - id: bun-cache - with: - path: ${{ env.BUN_CACHE_DIR }} - key: ${{ runner.os }}-node-${{ hashFiles('**/bun.lockb') }} - restore-keys: | - ${{ runner.os }}-node- - name: Download artifact uses: actions/download-artifact@v4.1.7 with: