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:
parent
41796e8d72
commit
e7198743e7
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user