Skip to content

Commit

Permalink
TMP: only run cmake integration test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Aug 5, 2024
1 parent ca4c52b commit 172494c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ jobs:
path: ./third_party/*
key: ${{ runner.os }}-${{ github.workspace }}-deps-${{ hashFiles('./third_party/*') }}

- run: make
- run: make test-depend
- run: make test
#- run: make
#- run: make test-depend
#- run: make test
- run: make test-cmake

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

0 comments on commit 172494c

Please sign in to comment.