Skip to content

Commit

Permalink
cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 13, 2024
1 parent 78bff5e commit 5d8f7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml
run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml -pl flink-stellar -am
- name: Test with Maven
run: mvn -B test --file flink-cyber/pom.xml
run: mvn -B test --file flink-cyber/pom.xml -pl flink-stellar -am

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit 5d8f7e9

Please sign in to comment.