Skip to content

Commit

Permalink
actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin committed Apr 24, 2024
1 parent 494f0f9 commit 37ca49e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
Expand All @@ -23,9 +23,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew --no-configuration-cache build test
- name: Build plugin
run: ./gradlew --no-configuration-cache buildPlugin
run: ./gradlew --no-configuration-cache build test buildPlugin
- uses: actions/[email protected]
id: artifact
with:
Expand Down

0 comments on commit 37ca49e

Please sign in to comment.