Skip to content

Commit

Permalink
TEST: disable Upload Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Mar 1, 2024
1 parent 4e7a0a1 commit f3dcf8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- run: make test-depend
- run: make test

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: objectbox-generator-${{ runner.os }}
path: objectbox-generator*
# - name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
# name: objectbox-generator-${{ runner.os }}
# path: objectbox-generator*

0 comments on commit f3dcf8d

Please sign in to comment.