Skip to content

Commit

Permalink
Use env key
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 19, 2023
1 parent 56fb7c2 commit 42d7dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
run: sh xp-run xp.unittest.TestRunner src/test/php

- name: SQLite integration test suite
run: >
export SQLITE_DSN=sqlite://./unittest.db
sh xp-run xp.unittest.TestRunner src/it/php
env:
SQLITE_DSN: sqlite://./unittest.db
run: sh xp-run xp.unittest.TestRunner src/it/php

0 comments on commit 42d7dbc

Please sign in to comment.