0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-08-19 07:45:00 +02:00

integration env

This commit is contained in:
moslem-asaad 2025-03-05 11:45:00 +02:00
parent 98ef38c352
commit f07872d1dd
2 changed files with 36 additions and 33 deletions

View File

@ -1,32 +0,0 @@
# name: Load Testing with JMeter
# on:
# push:
# branches:
# - main
# permissions:
# contents: read
# actions: read
# checks: write
# jobs:
# jmeter:
# name: Run JMeter Tests
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Run JMeter Action on a test
# uses: rbhadti94/apache-jmeter-action@v0.5.0
# with:
# testFilePath: tests/jmeter/gite-test-plan.jmx
# outputReportsFolder: reports/
# args: "--loglevel INFO"
# - name: Upload JMeter Test Results
# uses: actions/upload-artifact@v4
# with:
# name: jmeter-test-results
# path: reports/

View File

@ -119,4 +119,39 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: jmeter-test-results
path: reports/
path: reports/
# name: Load Testing with JMeter
# on:
# push:
# branches:
# - main
# permissions:
# contents: read
# actions: read
# checks: write
# jobs:
# jmeter:
# name: Run JMeter Tests
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Run JMeter Action on a test
# uses: rbhadti94/apache-jmeter-action@v0.5.0
# with:
# testFilePath: tests/jmeter/gite-test-plan.jmx
# outputReportsFolder: reports/
# args: "--loglevel INFO"
# - name: Upload JMeter Test Results
# uses: actions/upload-artifact@v4
# with:
# name: jmeter-test-results
# path: reports/