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]
|
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:
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user