mirror of https://github.com/statping/statping
sass for actions
parent
87a76f715b
commit
f877db74b6
|
@ -137,7 +137,7 @@ jobs:
|
|||
# parallel: false
|
||||
|
||||
- name: Go Tests
|
||||
run: go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
|
||||
run: SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
|
||||
env:
|
||||
VERSION: ${{ env.VERSION }}
|
||||
DB_CONN: sqlite3
|
||||
|
|
Loading…
Reference in New Issue