Skip to content

Commit

Permalink
TEST: disable OS Win/Mac and Job 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 12f6e75
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
os:
- windows-2019
- macos-10.15
# - windows-2019
# - macos-10.15
- ubuntu-18.04
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -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 12f6e75

Please sign in to comment.