Skip to content

Commit

Permalink
Debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Feb 20, 2024
1 parent 2a114ea commit 189af7a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,27 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
#- name: Cache Maven packages
#uses: actions/cache@v4
#with:
#path: ~/.m2
#key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
#restore-keys: ${{ runner.os }}-m2
- name: Setup Minikube
uses: manusa/[email protected]
with:
minikube version: 'v1.32.0'
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
driver: docker
- name: Pull images
run: |
minikube image pull openanalytics/shinyproxy-demo
minikube image pull curlimages/curl:latest
- name: Build with Maven
run: mvn -B -U clean install -DskipTests
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run Tests
run: mvn -B test

Expand Down

0 comments on commit 189af7a

Please sign in to comment.