1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 08:43:54 +00:00
This commit is contained in:
Vince Grassia
2025-12-01 19:22:46 -05:00
parent 8cbc4c6a3c
commit fb163188ff

View File

@@ -171,7 +171,14 @@ jobs:
defaults:
run:
working-directory: apps/desktop
steps:
steps:
- name: Check out repo
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Free disk space
run: |
df -h
@@ -186,13 +193,6 @@ jobs:
sudo rm -rf /usr/local/aws-cli
sudo rm -rf /usr/local/aws-sam-cli
df -h
- name: Check out repo
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Check folder sizes
run: |