Skip to content

Commit

Permalink
fix(release): fix checkout depth in release action (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Jun 20, 2024
1 parent 490f16a commit 1c3e47f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ runs:
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0

- name: Get released versions for components
run: |
Expand Down

2 comments on commit 1c3e47f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 1 0 15 93.33 32m30.561578s

Failed Tests

Name Message ⏱️ Duration Suite
BENCH_1000STATUS_100ENGINE_2 AttributeError: 'NoneType' object has no attribute 'query_read_bytes' 179.735 s Bench

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 1 0 15 93.33 30m27.261613s

Failed Tests

Name Message ⏱️ Duration Suite
BENCH_1000STATUS AttributeError: 'NoneType' object has no attribute 'query_read_bytes' 89.496 s Bench

Please sign in to comment.