Skip to content

Commit 9cb438e

Browse files
committed
run tests before attaching zip to release
1 parent 0295c0e commit 9cb438e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/releases.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151

52-
# - name: Checkout the repo
53-
# uses: actions/checkout@v4
54-
# with:
55-
# ref: ${{ inputs.checkout-ref || github.ref }}
52+
- name: Checkout the repo
53+
uses: actions/checkout@v4
54+
with:
55+
ref: ${{ inputs.checkout-ref || github.ref }}
5656

5757
- name: Download datalyzer.zip
5858
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)