Skip to content

Commit

Permalink
Modified the scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
manasa-kandimalla committed Nov 21, 2022
1 parent ce580ba commit b647bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jdbc-almaren-githubactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
PGPASSWORD="postgres" psql -c "ALTER USER postgres PASSWORD 'postgres' ;" -U postgres -h localhost
PGPASSWORD="postgres" psql -c 'create role runner;' -U postgres -h localhost
PGPASSWORD="postgres" psql -h localhost -U postgres -d almaren -f src/test/resources/tables.ddl
sbt ++2.12.15 test
sbt ++2.12.10 test
rm -rf "$HOME/.ivy2/local" || true
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true
Expand Down

0 comments on commit b647bc5

Please sign in to comment.