Skip to content

Commit

Permalink
Tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
szhatchenko committed Oct 16, 2024
1 parent 81ddb52 commit 1d152f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_on_push_java_8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git clone https://github.com/DevelopmentOnTheEdge/beanexplorer.git \
&& cd beanexplorer \
&& mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V \
&& mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip -B -V \
&& cd ../
- name: Pre-install xmltest
Expand All @@ -42,7 +42,7 @@ jobs:
run: |
git clone https://github.com/DevelopmentOnTheEdge/be-sql.git \
&& cd be-sql \
&& mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V \
&& mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip -B -V \
&& cd ../
- name: Run tests
Expand Down

0 comments on commit 1d152f6

Please sign in to comment.