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:
parent
05d8444a5b
commit
fe123129d2
8
.github/workflows/pull_request.yml
vendored
8
.github/workflows/pull_request.yml
vendored
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user