Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
temporarily skip testing on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hegde committed Jul 10, 2022
1 parent e4e3fd0 commit 2fa0c92
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,32 +76,6 @@ jobs:
parallel: true
path-to-lcov: ./jni_gen/coverage/lcov.info

test_jni_windows:
runs-on: windows-latest
defaults:
run:
working-directory: ./jni
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1.0
with:
sdk: 'stable'
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- run: |
cd src/
mkdir build
cd build
cmake ..
cmake --build .
cp Debug/dartjni.dll .
- name: Get dependencies
run: dart pub get
- name: Run tests
run: dart test

test_jni:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 2fa0c92

Please sign in to comment.