Skip to content

Commit

Permalink
Update GH action build to match savant build
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jul 24, 2023
1 parent c06ee58 commit 4d4a891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
mkdir -p ~/dev/savant
mkdir -p ~/.savant/plugins
cd ~/dev/savant
curl -fSL https://github.com/savant-build/savant-core/releases/download/2.0.0-RC.4/savant-2.0.0-RC.4.tar.gz > savant.tar.gz
curl -fSL https://github.com/savant-build/savant-core/releases/download/2.0.0-RC.6/savant-2.0.0-RC.6.tar.gz > savant.tar.gz
tar -xzf savant.tar.gz
ln -s savant-2.0.0-RC.4 current
ln -s savant-2.0.0-RC.6 current
rm savant.tar.gz
cat <<EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties
17=${JAVA_HOME_17_X64}
Expand All @@ -42,4 +42,4 @@ jobs:
with:
name: testng-reports
path: build/test-reports
retention-days: 1
retention-days: 1

0 comments on commit 4d4a891

Please sign in to comment.