sass for actions

pull/508/head
hunterlong 2020-04-19 06:06:20 -07:00
parent 87a76f715b
commit f877db74b6
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ jobs:
# parallel: false # parallel: false
- name: Go Tests - 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: env:
VERSION: ${{ env.VERSION }} VERSION: ${{ env.VERSION }}
DB_CONN: sqlite3 DB_CONN: sqlite3