Skip to content

Commit

Permalink
share Cargo.lock between test build and exec
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-ayf committed May 24, 2024
1 parent a856a8a commit 59e286d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-build-${{ matrix.os }}
path: ${{ env.APP_NAME }}.*.node
path: |
${{ env.APP_NAME }}.*.node
Cargo.lock
if-no-files-found: error
test:
needs: build
Expand Down

0 comments on commit 59e286d

Please sign in to comment.