Skipped other runs for testing
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
container: node:18-bullseye
|
||||
steps:
|
||||
@@ -32,8 +33,8 @@ jobs:
|
||||
run: flutter analyze lib test
|
||||
|
||||
test:
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -86,8 +87,8 @@ jobs:
|
||||
|
||||
- name: Auto-format
|
||||
run: |
|
||||
dart format lib test
|
||||
dart fix --apply lib test
|
||||
dart format lib
|
||||
dart fix --apply lib
|
||||
|
||||
- name: Commit Changes
|
||||
if: steps.check_changes.outputs.changes_detected == 'true'
|
||||
|
||||
Reference in New Issue
Block a user