Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuchortdev authored Aug 5, 2024
1 parent 3472a79 commit 1b2cca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration
on: [push, pull_request, workflow_dispatch]

permissions:
contents: read
contents: write

jobs:
build:
Expand All @@ -18,6 +18,7 @@ jobs:
cache: 'sbt'
- name: Run tests
run: sbt test

# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91

0 comments on commit 1b2cca6

Please sign in to comment.