mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 08:43:54 +00:00
Test
This commit is contained in:
16
.github/workflows/build-desktop.yml
vendored
16
.github/workflows/build-desktop.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user