Skip to content

Commit 2e58aef

Browse files
committed
update workflows
1 parent 073cd6a commit 2e58aef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set vm.max_map_count
4545
run: sudo sysctl -w vm.max_map_count=262144
4646
- name: Run tests
47-
run: SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt 'test'
47+
run: SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt test
4848

4949
lint:
5050
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set vm.max_map_count
4444
run: sudo sysctl -w vm.max_map_count=262144
4545
- name: Run tests & Coverage Report
46-
run: SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt 'coverage test coverageReport coverageAggregate'
46+
run: SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt coverage test coverageReport coverageAggregate
4747
- name: Upload coverage to Codecov
4848
uses: codecov/codecov-action@v3
4949
with:
@@ -52,4 +52,4 @@ jobs:
5252
fail_ci_if_error: false
5353
verbose: true
5454
- name: Publish
55-
run: SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt 'publish'
55+
run: SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt publish

0 commit comments

Comments
 (0)