Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Nov 8, 2024
1 parent bd2cbac commit af304d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
target: android
- host: windows
target: windows
env:
TEST_PLATFORM: ${{ matrix.target }}
steps:
- uses: actions/checkout@v4

Expand All @@ -35,8 +37,8 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'

- run: env

- run: dart test --tags integration
env:
TEST_PLATFORM: ${{ matrix.target }}

0 comments on commit af304d9

Please sign in to comment.