mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-23 03:51:00 +00:00
eabe73ddc0
* begin setup front-end test environment with selenium * run migrations before tests * use https for tests
3 lines
75 B
Bash
Executable file
3 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
set -eo pipefail
|
|
bash <(curl -s https://codecov.io/bash) -F $1
|