Skip to content

Commit

Permalink
chore: Change Order of Tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi authored and SebastianSchildt committed Sep 12, 2023
1 parent de2d5e3 commit 4fd6c30
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Create Dash Dependency Report
run: ./gradlew mergeDashFiles

- name: Dash license check
uses: ./.github/actions/check-dash
with:
dashinput: ${{github.workspace}}/build/oss/all/all-dependencies.txt

- name: Run 'assemble' with Gradle Wrapper
run: ./gradlew assemble

Expand All @@ -27,11 +35,3 @@ jobs:

- name: Run 'test' with Gradle Wrapper
run: ./gradlew test -Dkotest.tags="!Integration"

- name: Create Dash Dependency Report
run: ./gradlew mergeDashFiles

- name: Dash license check
uses: ./.github/actions/check-dash
with:
dashinput: ${{github.workspace}}/build/oss/all/all-dependencies.txt

0 comments on commit 4fd6c30

Please sign in to comment.