Showing
1 changed file
with
0 additions
and
22 deletions
| @@ -6,29 +6,7 @@ on: | @@ -6,29 +6,7 @@ on: | ||
| 6 | - main | 6 | - main |
| 7 | 7 | ||
| 8 | jobs: | 8 | jobs: |
| 9 | - pana: | ||
| 10 | - timeout-minutes: 9 | ||
| 11 | - runs-on: ubuntu-latest | ||
| 12 | - name: ${{ matrix.package }} configuration | ||
| 13 | - strategy: | ||
| 14 | - matrix: | ||
| 15 | - package: | ||
| 16 | - - 'wakelock' | ||
| 17 | - - 'wakelock_macos' | ||
| 18 | - - 'wakelock_platform_interface' | ||
| 19 | - - 'wakelock_web' | ||
| 20 | - - 'wakelock_windows' | ||
| 21 | - fail-fast: false | ||
| 22 | - | ||
| 23 | - steps: | ||
| 24 | - - uses: actions/checkout@v2.3.3 | ||
| 25 | - - uses: axel-op/dart-package-analyzer@v3 | ||
| 26 | - with: | ||
| 27 | - relativePath: ${{ matrix.package }} | ||
| 28 | - githubToken: ${{ secrets.GITHUB_TOKEN }} | ||
| 29 | - | ||
| 30 | publish: | 9 | publish: |
| 31 | - needs: pana | ||
| 32 | timeout-minutes: 4 | 10 | timeout-minutes: 4 |
| 33 | runs-on: ubuntu-latest | 11 | runs-on: ubuntu-latest |
| 34 | name: ${{ matrix.package }} publishing | 12 | name: ${{ matrix.package }} publishing |
-
Please register or login to post a comment