Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cristopher-ozone committed Jun 8, 2024
1 parent 25314a8 commit a575f08
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Validate
env:
LIBQUICKJSC_TEST_PATH: ${{ github.workspace }}/test/assets/libquickjs_c_bridge_plugin.so
uses: peiffer-innovations/actions-flutter-validate@v2
with:
generate_code: true
- name: Dependencies
uses: peiffer-innovations/[email protected]
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Flutter Pages Deployer

on:
workflow_dispatch:
push:
branches: [main]
# paths:
Expand Down Expand Up @@ -42,11 +43,14 @@ jobs:
- name: Validate
env:
LIBQUICKJSC_TEST_PATH: ${{ github.workspace }}/test/assets/libquickjs_c_bridge_plugin.so
uses: peiffer-innovations/actions-flutter-validate@v1
uses: peiffer-innovations/actions-flutter-validate@v2
with:
generate_code: true

- name: Web
uses: peiffer-innovations/actions-flutter-deploy-pages@v1
with:
build_flags: --no-tree-shake-icons
build_mode: release
build_number: ${{ needs.build_number.outputs.buildnumber }}
deploy_path: web
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Validate
env:
LIBQUICKJSC_TEST_PATH: ${{ github.workspace }}/test/assets/libquickjs_c_bridge_plugin.so
uses: peiffer-innovations/actions-flutter-validate@v1
uses: peiffer-innovations/actions-flutter-validate@v2
with:
generate_code: true

- name: Publish
uses: peiffer-innovations/[email protected]
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- name: Validate
env:
LIBQUICKJSC_TEST_PATH: ${{ github.workspace }}/test/assets/libquickjs_c_bridge_plugin.so
uses: peiffer-innovations/actions-flutter-validate@v1
uses: peiffer-innovations/actions-flutter-validate@v2
with:
generate_code: true

0 comments on commit a575f08

Please sign in to comment.