Skip to content

Commit

Permalink
Checkout code before running deepsource (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael authored Sep 28, 2023
1 parent 12e9923 commit 4c23407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: make ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deep-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success'
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Download test coverage
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 4c23407

Please sign in to comment.