Skip to content

Commit

Permalink
Merge 195dedf into 19a63b8
Browse files Browse the repository at this point in the history
  • Loading branch information
Pchelolo committed Jul 3, 2019
2 parents 19a63b8 + 195dedf commit eeb2c6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pipeline/blubber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ variants:
includes: [build]
apt: { packages: [libsqlite3-0, ca-certificates] }
entrypoint: [npm, test]
runs: { environment: { TEST_TARGET: sqlite, TEST_MODE: fefs } }
runs:
insecurely: true
environment:
TEST_TARGET: sqlite
TEST_MODE: fefs
prep:
includes: [build]
node: { env: production }
Expand Down

0 comments on commit eeb2c6e

Please sign in to comment.