Skip to content

Commit

Permalink
Clone dbs to get faster run time
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Oct 4, 2021
1 parent 7b9f8f5 commit 0fbc42f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Expand Up @@ -75,6 +75,13 @@ jobs:
paths:
- "/home/circleci/.cache"

# Sklonuj bazy danych, zeby było kapke szybciej
- run:
name: clone bpp to testing databases gw0, gw1
command: |
createdb test_bpp_gw0 -T bpp
createdb test_bpp_gw1 -T bpp
# Uruchamiaj na lokalnym firefoxie używając dwóch CPU
- run:
name: pytest
Expand Down

0 comments on commit 0fbc42f

Please sign in to comment.