From 9cb438e6bfb991d38f891671b3a0297d8d8d4151 Mon Sep 17 00:00:00 2001 From: Adam Semenenko <152864218+adam-enko@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:00:45 +0100 Subject: [PATCH] run tests before attaching zip to release --- .github/workflows/releases.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 716e3f0..a6d2d22 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -49,10 +49,10 @@ jobs: runs-on: ubuntu-latest steps: -# - name: Checkout the repo -# uses: actions/checkout@v4 -# with: -# ref: ${{ inputs.checkout-ref || github.ref }} + - name: Checkout the repo + uses: actions/checkout@v4 + with: + ref: ${{ inputs.checkout-ref || github.ref }} - name: Download datalyzer.zip uses: actions/download-artifact@v4