Skip to content

Commit

Permalink
Rename build.sc to build.mill in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Emin017 authored Jan 29, 2025
1 parent 155f440 commit bf6e7be
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 @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Cleanup
run: sed -i "s/%NAME%/test/g" build.sc
run: sed -i "s/%NAME%/test/g" build.mill
- name: Cache Scala
uses: coursier/cache-action@v6
- name: Setup Scala
Expand Down

0 comments on commit bf6e7be

Please sign in to comment.