Skip to content

Commit

Permalink
ci: Fix workflow file typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Dec 9, 2024
1 parent b93f8ba commit 842ae18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- Install sbt
- name: Install sbt
run: apt install -y sbt
- name: Run tests
run: sbt test

0 comments on commit 842ae18

Please sign in to comment.