Skip to content

Commit

Permalink
Use default query for CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Oct 15, 2024
1 parent 0d28ba9 commit bb3cbe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,13 @@ jobs:
run: "sudo -u opam opam exec -- dune build"

- name: Run tests
run: "sudo -u opam --preserve-env=OCAML_MARIADB_HOST,OCAML_MARIADB_PORT,OCAML_MARIADB_USER,OCAML_MARIADB_PASS,OCAML_MARIADB_DB,OCAML_MARIADB_QUERY opam exec -- dune runtest"
run: "sudo -u opam --preserve-env=OCAML_MARIADB_HOST,OCAML_MARIADB_PORT,OCAML_MARIADB_USER,OCAML_MARIADB_PASS,OCAML_MARIADB_DB opam exec -- dune runtest"
env:
OCAML_MARIADB_HOST: mariadb
OCAML_MARIADB_PORT: 3306
OCAML_MARIADB_USER: testuser
OCAML_MARIADB_PASS: testpw
OCAML_MARIADB_DB: testdb
OCAML_MARIADB_QUERY: "SELECT 'hello ' || ?"

# lint-opam:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit bb3cbe8

Please # to comment.