Skip to content

Commit

Permalink
Update test-and-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Sep 12, 2024
1 parent 8d5c68b commit 51053bd
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down

0 comments on commit 51053bd

Please sign in to comment.