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