Skip to content

Commit

Permalink
ci.yml: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smarter committed Mar 30, 2021
1 parent 2ca4b80 commit dacc859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Run project
- run: sbt run
run: sbt run

0 comments on commit dacc859

Please sign in to comment.