Skip to content

Commit 51bf473

Browse files
committed
Fixing actions
1 parent e55e5d7 commit 51bf473

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up JDK 17
18+
- name: Set up JDK 23
1919
uses: actions/setup-java@v3
2020
with:
21-
java-version: "17"
21+
java-version: "23"
2222
distribution: "temurin"
2323
cache: "sbt"
24+
- name: Setup sbt launcher
25+
uses: sbt/setup-sbt@v1
2426
- name: Run unit tests
2527
run: sbt test
2628
env:

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# vars-migration
1+
# vars-legacy-migrator
22

3-
![Build](https://github.com/mbari-org/vars-migration/actions/workflows/test.yml/badge.svg)
3+
![MBARI logo](src/docs/_assets/images/logo-mbari-3b.png)
44

5-
![MBARI logo](src/docs/images/logo-mbari-3b.png)
5+
Project for migrating first generation [VARS databases](https://github.com/hohonuuli/vars) to the [current infrastructure](https://github.com/mbari-org/m3-quickstart)
6+
7+
![Build](https://github.com/mbari-org/vars-legacy-migrator/actions/workflows/test.yml/badge.svg)
8+
9+
## Documentation
610

711
MBARI [sbt](https://www.scala-sbt.org) project compiled with [Scala 3](https://www.scala-lang.org)
812

0 commit comments

Comments
 (0)