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 0dd50ea commit 61600c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
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: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
limit-access-to-users: LEDfan
detached: true
- name: Run Tests
run: mvn -B test

Expand Down

0 comments on commit 61600c8

Please sign in to comment.