Skip to content

Commit

Permalink
TL_TEST_STORAGE values
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Oct 30, 2023
1 parent 950b796 commit 610b1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
PGPASSWORD: for_testing
PGHOST: localhost
PGPORT: 5432
TL_TEST_STORAGE: tmp
TL_TEST_SERVER_DATABASE_URL: postgres://root:for_testing@localhost:5432/tlv2_test_server?sslmode=disable
TL_DATABASE_URL: postgres://root:for_testing@localhost:5432/tlv2_test_server?sslmode=disable
services:
Expand Down
2 changes: 1 addition & 1 deletion test_setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Remove import files
export TL_TEST_STORAGE="${PWD}/tmp"
TL_TEST_STORAGE="${TL_TEST_STORAGE:-tmp}"
mkdir -p "${TL_TEST_STORAGE}"; rm ${TL_TEST_STORAGE}/*.zip
# export TL_LOG=debug
(cd cmd/tlserver && go install .)
Expand Down

0 comments on commit 610b1e9

Please sign in to comment.