Skip to content

Commit

Permalink
Updated test workflow to generate Python type interfaces on the fly.
Browse files Browse the repository at this point in the history
  • Loading branch information
IVLIVS-III committed Sep 14, 2023
1 parent 7b3a200 commit 562de50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
strategy:
matrix:
os: [macos-latest] # [ubuntu-latest, macos-latest]
os: [ macos-latest ] # [ubuntu-latest, macos-latest]
fail-fast: true
max-parallel: 1
runs-on: ${{ matrix.os }}
Expand All @@ -44,6 +44,9 @@ jobs:
- name: Revert codegen changes
run: git restore packages/python_ffi_cpython_dart/lib/src/ffi/generated_bindings.g.dart

- name: Generate code Python interface definitions
run: melos dartpip-install

- name: Verify formatting
run: melos format-test

Expand Down

0 comments on commit 562de50

Please sign in to comment.