1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

test new coveralls setup

This commit is contained in:
Patrik J. Braun 2023-10-12 00:09:17 +02:00
parent 41796e8d72
commit e7198743e7

View File

@ -57,6 +57,7 @@ jobs:
- name: test
run: |
npm test
npm run coverage
env:
MYSQL_HOST: localhost
MYSQL_USERNAME: root
@ -64,6 +65,8 @@ jobs:
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
PORT: 35000
CI: true
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: E2E test - Cypress run
uses: cypress-io/github-action@v6
env: