Skip to content

Commit

Permalink
skipping tests to reduce build time
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse committed May 7, 2024
1 parent 87530a5 commit a6dacae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/network-data-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
gcloud auth configure-docker "${GCLOUD_GCR}"
- name: Maven Package ETL Only
run: mvn package -pl oan-etl -am
run: mvn package -pl oan-etl -am -DskipTests=true

- name: Start our builder database container
run: |
Expand Down

0 comments on commit a6dacae

Please sign in to comment.