Skip to content

Commit

Permalink
trying to build in a different image
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 13, 2024
1 parent 0a0ed3f commit 78bff5e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ jobs:
build:

runs-on: ubuntu-latest
container: maven:3-eclipse-temurin-8

steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand All @@ -36,7 +32,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

0 comments on commit 78bff5e

Please sign in to comment.