Skip to content

Commit

Permalink
run tests before attaching zip to release
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Mar 6, 2024
1 parent 0295c0e commit 9cb438e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cb438e

Please sign in to comment.