mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
remove analyze
This commit is contained in:
parent
d3a901bdf1
commit
32c53b8342
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -46,8 +46,8 @@ jobs:
|
|||
CHANGE_NOW: ${{ secrets.CHANGE_NOW }}
|
||||
BITCOIN_TEST: ${{ secrets.BITCOIN_TEST }}
|
||||
DOGECOIN_TEST: ${{ secrets.DOGECOIN_TEST }}
|
||||
- name: Analyze
|
||||
run: flutter analyze
|
||||
# - name: Analyze
|
||||
# run: flutter analyze
|
||||
- name: Test
|
||||
run: flutter test
|
||||
- name: Delete temp files
|
||||
|
|
Loading…
Reference in a new issue