Skip to content

Commit

Permalink
Merge pull request #12 from neu-se/debug-stryker-workflow
Browse files Browse the repository at this point in the history
Update dependences for Stryker workflow
  • Loading branch information
franktip authored Jan 3, 2025
2 parents a234e67 + 6e5cbcf commit 1add50c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/StandardStryker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
cp StrykerOutput.txt results/results-${{ matrix.package.name }}/StrykerOutput.txt
cp StrykerInfo.json results/results-${{ matrix.package.name }}/StrykerInfo.json
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: results-${{ matrix.package.name }}
path: ${{ matrix.package.name }}/results
Expand All @@ -144,9 +144,9 @@ jobs:
- name: Download output zips
uses: actions/[email protected]

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: Combine outputs
run: |
Expand Down

0 comments on commit 1add50c

Please sign in to comment.