Skip to content

Commit

Permalink
Fix the PR pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vitaliy committed Jan 6, 2025
1 parent 7a350fe commit 67d5662
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-scala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

defaults:
run:
working-directory: ./framework/arcane-framework

jobs:
validate_commit:
name: Validate commit
Expand All @@ -27,7 +23,10 @@ jobs:
pull-requests: write # required for dependabot PRs
contents: read # required for dependabot PRs

checks: write # required for cobertura-action
checks: write # required for cobertura-action

packages: read # required for building the SBT project

steps:
- uses: actions/checkout@v4
- name: Setup Scala
Expand Down

0 comments on commit 67d5662

Please sign in to comment.