Skip to content

Commit

Permalink
GitHub Action javítása
Browse files Browse the repository at this point in the history
  • Loading branch information
HurtonBBJ committed May 20, 2024
1 parent 2068782 commit 8d3f1c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/jmeter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'

- name: Install JMeter
run: sudo apt-get update && sudo apt-get install -y jmeter

Expand Down

0 comments on commit 8d3f1c3

Please sign in to comment.