Skip to content

Commit

Permalink
proper cache init
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 12, 2024
1 parent ff8443c commit 0a0ed3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Build with Maven
run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml
- name: Test with Maven
continue-on-error: true
run: mvn -B test --file flink-cyber/pom.xml

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

0 comments on commit 0a0ed3f

Please sign in to comment.