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] on: [pull_request_target]
jobs: jobs:
build: server_tests:
strategy: strategy:
matrix: matrix:
java: [ 8, 14 ] java: [ 8, 14 ]
@ -72,11 +72,11 @@ jobs:
run: | run: |
mvn prepare-package -DskipTests=true mvn prepare-package -DskipTests=true
mvn jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }} -DpullRequest=${{ github.event.number }} mvn jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }} -DpullRequest=${{ github.event.number }}
cypress_tests:
ui_tests:
strategy: strategy:
matrix: matrix:
browser: ['chrome'] browser: ['chrome']
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

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