Skip to content

Commit 6faea33

Browse files
committed
fix
1 parent b13a329 commit 6faea33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
##
3535
jobs:
3636
build:
37-
runs-on: self-hosted
37+
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout code
4040
uses: actions/checkout@v2
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn -T 1C -B clean install -DskipTests
4848
- name: Test
4949
run: |
50-
mvn -T 1C -B verify -Dmaven.test.failure.ignore=true
50+
mvn -T 1C -B test
5151
env:
5252
MAVEN_OPTS: -Xmx4096m
5353
ARTIFACTS_OSS_ENDPOINT: ${{ secrets.ARTIFACTS_OSS_ENDPOINT }}

0 commit comments

Comments
 (0)