Skip to content

Commit

Permalink
Updated the ci.yml to produce debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
claesrosell committed Nov 9, 2023
1 parent c39a973 commit 12498da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Maven 2
run: echo "MAVEN_OPTS='-Xmx4096m'" > ~/.mavenrc
- name: Build with Maven
run: mvn clean verify --no-transfer-progress -U -DskipTests=false
run: mvn -X clean verify --no-transfer-progress -U -DskipTests=false
# - name: Data Test
# run: mvn -B -pl :org.eclipse.birt.data.tests integration-test
# - name: Model Test
Expand Down

0 comments on commit 12498da

Please sign in to comment.