Skip to content

Commit

Permalink
possible github actions test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 12, 2024
1 parent 18fcbf5 commit e58508a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ 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
3 changes: 0 additions & 3 deletions flink-cyber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,6 @@

<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>idea.version</name>
</property>
</activation>

<dependencies>
Expand Down

0 comments on commit e58508a

Please sign in to comment.