Skip to content

Commit

Permalink
CI/CD updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Feb 1, 2023
1 parent e322f9c commit c81d429
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,14 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info

# - name: Install rpl (Eliminated need with: --base-href "/flexcolorpicker/")
# run: sudo apt-get install rpl

# Default Example - Make a test web build of it too, not deployed.

- name: DEFAULT EXAMPLE START BUILD - Flutter clean before build
run: flutter clean && cd example && flutter clean

- name: EXAMPLE WEB release build using CanvasKit
run: cd example && flutter build web --web-renderer=canvaskit --release --target=lib/main.dart

# Web Build and deploy

- name: WEB EXAMPLE START BUILD - Flutter clean before build
run: flutter clean && cd example && flutter clean

Expand All @@ -98,4 +93,3 @@ jobs:
destination_repo: 'rydmike/rydmike.github.io'
user_email: '[email protected]'
user_name: 'rydmike'

3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Test
on:
push:
branches: [master]
branches: [none]
paths-ignore:
- "**.md"

Expand Down Expand Up @@ -58,4 +58,3 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info

0 comments on commit c81d429

Please sign in to comment.