Skip to content

Commit

Permalink
fix: checkout code
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Oct 13, 2023
1 parent 48b7d5f commit 1596187
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
ref: ${{ inputs.sha }}

- name: Load test image
uses: guidojw/actions/load-docker-image@abb0ee8d1336edf73383f2e5a09abd3a22f25b13 # v1.3.3
with:
Expand All @@ -86,8 +91,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: coverage/lcov.info
functionalities: network

- name: Upload coverage report artifact
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 1596187

Please sign in to comment.