chore: align test-suite name with npm standards (#3439)

* chore: align test-suite name with npm standards

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>

* chore: rename ci to openrefine

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>

* chore: make requested changes

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
This commit is contained in:
Kush Trivedi 2021-01-04 16:58:48 +05:30 committed by GitHub
parent 05d8444a5b
commit fe123129d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
name: Java CI
name: Continuous Integration
on: [pull_request_target]
jobs:
build:
server_tests:
strategy:
matrix:
java: [ 8, 14 ]
@ -72,11 +72,11 @@ jobs:
run: |
mvn prepare-package -DskipTests=true
mvn jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }} -DpullRequest=${{ github.event.number }}
cypress_tests:
ui_tests:
strategy:
matrix:
browser: ['chrome']
runs-on: ubuntu-latest
steps:

View File

@ -1,5 +1,5 @@
{
"name": "OpenRefine-Cypress-Test-Suite",
"name": "openrefine-cypress-test-suite",
"version": "1.0.0",
"description": "Cypress tests for OpenRefine",
"license": "BSD-3-Clause",