Skip to content

Commit

Permalink
[#1026] Activate JUnit tests in GiHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Jan 3, 2023
1 parent 069bfc8 commit 86e7e8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: '16.x'

- name: Build with Maven
run: mvn clean verify -Dmaven.test.skip=true
run: mvn clean verify

- name: Set env variables for Docker builds
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
npm run build
- name: Build with Maven
run: mvn clean package -Dmaven.test.skip=true
run: mvn clean package

- name: Build and run streampipes
run: docker-compose up --build -d
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: '17'

- name: Validate java code
run: mvn clean verify -Dmaven.test.skip=true
run: mvn clean verify

run-format-and-lint-ui:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
npm run build
- name: Build with Maven
run: mvn clean package -Dmaven.test.skip=true
run: mvn clean package

- name: Build and run streampipes
run: docker-compose up --build -d
Expand Down

0 comments on commit 86e7e8d

Please sign in to comment.