Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Dec 3, 2024
1 parent c26bdee commit e9d6bfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ jobs:
if: matrix.platform == 'windows'
run: choco install mingw -y

- name: Build for Windows
if: matrix.os == 'windows-latest'
run: |
echo "Building for Windows..."
make windows
make ffigen
- name: Build Libraries
shell: bash
run: |
Expand All @@ -137,7 +144,10 @@ jobs:
- name: Running widget tests
run: make widget-tests

# Run firebase tets only on one OS runner
# Does make sense to run on all OS runners
- name: Running workflow test for android on Firebase test labs
if: runner.os == 'linux'
run: make ci-android-test

- name: Running workflow test for macos
Expand Down

0 comments on commit e9d6bfa

Please sign in to comment.