Skip to content

Commit

Permalink
ci: upload on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Dec 28, 2024
1 parent dc0bc38 commit 91bedb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ jobs:
run: rete-qa init -s ${{ inputs.name }} -sv ${{ inputs.version }} ${{ inputs.deps && '--deps-alias deps.json' || '' }}
env:
CI: ""
- name: Upload apps if initialization fails
if: failure()
uses: actions/upload-artifact@v4
with:
name: rete-qa-${{ inputs.name }}-v${{ inputs.version }}
path: .rete-qa/apps
- name: Prune node_modules
run: npx rimraf --glob **/node_modules
working-directory: .rete-qa
Expand Down

0 comments on commit 91bedb0

Please sign in to comment.