Skip to content

Commit

Permalink
cache works, build and test uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 12, 2024
1 parent c06f901 commit 9967060
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
# - name: Build with Maven
# # FIXME once flink-stellar builds as expected, remove the following part: -pl flink-stellar -am
# run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml -pl flink-stellar -am
# - name: Test with Maven
# # FIXME once flink-stellar builds as expected, remove the following part: -pl flink-stellar -am
# run: mvn -B test --file flink-cyber/pom.xml -pl flink-stellar -am
- name: Build with Maven
# FIXME once flink-stellar builds as expected, remove the following part: -pl flink-stellar -am
run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml -pl flink-stellar -am
- name: Test with Maven
# FIXME once flink-stellar builds as expected, remove the following part: -pl flink-stellar -am
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 9967060

Please sign in to comment.