1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: coverage action

This commit is contained in:
Ivar Conradi Østhus 2022-05-20 12:19:02 +02:00
parent b25435052b
commit f681f83706
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -9,12 +9,12 @@ on:
- coverage/**
jobs:
build:
coverage:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
services:
# Label used to access the service container
postgres:
@ -39,11 +39,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn run test:coverage
- run: scripts/commit-coverage.sh
env:
CI: true
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
- run: scripts/commit-coverage.sh
- name: Coveralls
uses: coverallsapp/github-action@master
with: