Skip to content

Commit

Permalink
run updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed May 22, 2024
1 parent 78ec561 commit e145dc0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ jobs:
if: ${{github.event_name != 'push' }}
with:
labels: 'safe to test'
- name: Checkout PR head branch
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Distribution:
needs: Pretest
name: Distribution (${{ matrix.os }})
name: Distribution (${{ matrix.os }}) - check!
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -269,7 +274,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: clean build-info-extractor-maven3:test

npm:
needs: Pretest
name: npm (${{ matrix.os }}) - node ${{ matrix.node }}
Expand Down

0 comments on commit e145dc0

Please sign in to comment.