Skip to content

Commit

Permalink
Merge pull request #143 from Wabri/fix/github-action
Browse files Browse the repository at this point in the history
fix(workflows): missing checkout on cc after build
  • Loading branch information
angelabriel authored Aug 6, 2024
2 parents 0ac5a6a + 5c53b68 commit 206ec18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/saptune-ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
needs: [Setup_Git_Env, Saptune_unit_test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: coverprofile
Expand Down

0 comments on commit 206ec18

Please sign in to comment.