Skip to content

Commit

Permalink
Remove tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Feb 21, 2024
1 parent 61600c8 commit 8f49394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
minikube image pull curlimages/curl:latest
- name: Build with Maven
run: mvn -B -U clean install -DskipTests
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# detached: true
- name: Run Tests
run: mvn -B test

Expand Down

0 comments on commit 8f49394

Please sign in to comment.