Skip to content

Commit 77625c8

Browse files
committed
GHA for tests
1 parent 98334b5 commit 77625c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
mkdir -p ~/dev/savant
2626
mkdir -p ~/.savant/plugins
2727
cd ~/dev/savant
28-
curl -fSL https://github.com/savant-build/savant-core/releases/download/2.0.0-RC.7/savant-2.0.0-RC.7.tar.gz > savant.tar.gz
28+
curl -fSL https://github.com/savant-build/savant-core/releases/download/2.0.0/savant-2.0.7.tar.gz > savant.tar.gz
2929
tar -xzf savant.tar.gz
30-
ln -s savant-2.0.0-RC.7 current
30+
ln -s savant-2.0.0 current
3131
rm savant.tar.gz
3232
cat <<EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties
3333
17=${JAVA_HOME_17_X64}
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
- name: Run the build
3838
run: |
39-
export JAVA_HOME=${JAVA_HOME_17_X64}
39+
export JAVA_HOME=${JAVA_HOME_21_X64}
4040
export PATH=~/dev/savant/current/bin:${JAVA_HOME}/bin:$PATH
4141
sb clean int --excludePerformance --excludeTimeouts
4242
shell: bash

0 commit comments

Comments
 (0)