Skip to content

Commit

Permalink
* added "simple function" into the build GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Sep 25, 2024
1 parent 4d172fa commit 77f32c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
psql postgresql://postgres:postgres@localhost:5432/mag_db -f balta/src/test/resources/db/postgres/05_testing._base_types_data.sql
psql postgresql://postgres:postgres@localhost:5432/mag_db -f balta/src/test/resources/db/postgres/06_testing.pg_types.ddl
psql postgresql://postgres:postgres@localhost:5432/mag_db -f balta/src/test/resources/db/postgres/07_testing_pg_types_data.sql
psql postgresql://postgres:postgres@localhost:5432/mag_db -f balta/src/test/resources/db/postgres/08_testing.simple_function.sql
- name: Build and run integration tests
run: sbt ++${{matrix.scala}} testIT

0 comments on commit 77f32c6

Please sign in to comment.