Skip to content

Commit 8941ae3

Browse files
committed
remove scenariorunresult_it in Github Action
1 parent 8d73aee commit 8941ae3

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.github/workflows/build_test_package.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -266,47 +266,6 @@ jobs:
266266
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
267267
arguments: :cosmotech-scenariorun-api:integrationTest --tests "com.cosmotech.scenariorun.service.ScenarioRunServiceRBACTest" -x spotlessCheck -x openApiValidate
268268

269-
scenariorunresult_it:
270-
runs-on: ubuntu-latest
271-
needs:
272-
- test
273-
env:
274-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
275-
276-
permissions: read-all
277-
278-
if: github.event_name != 'pull_request_target'
279-
280-
steps:
281-
- uses: actions/checkout@v4
282-
283-
- name: Set up JDK
284-
uses: actions/setup-java@v3
285-
with:
286-
distribution: 'temurin'
287-
java-version: '21'
288-
289-
- name: Run Scenario Run Results integration tests
290-
env:
291-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
292-
uses: gradle/gradle-build-action@v3
293-
with:
294-
cache-disabled: false
295-
# Cache storage space is limited for GitHub actions
296-
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
297-
arguments: :cosmotech-scenariorunresult-api:integrationTest --tests "com.cosmotech.scenariorunresult.service.ScenarioRunResultServiceIntegrationTest" -x spotlessCheck -x openApiValidate
298-
299-
300-
- name: Run RBAC Scenario Run Results integration tests
301-
env:
302-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
303-
uses: gradle/gradle-build-action@v3
304-
with:
305-
cache-disabled: false
306-
# Cache storage space is limited for GitHub actions
307-
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
308-
arguments: :cosmotech-scenariorunresult-api:integrationTest --tests "com.cosmotech.scenariorunresult.service.ScenarioRunResultServiceRBACTest" -x spotlessCheck -x openApiValidate
309-
310269
solution_it:
311270
runs-on: ubuntu-latest
312271
needs:
@@ -736,7 +695,6 @@ jobs:
736695
- organization_it
737696
- scenario_it
738697
- scenariorun_it
739-
- scenariorunresult_it
740698
- solution_it
741699
- twingraph_it
742700
- workspace_it
@@ -859,7 +817,6 @@ jobs:
859817
- organization_it
860818
- scenario_it
861819
- scenariorun_it
862-
- scenariorunresult_it
863820
- solution_it
864821
- twingraph_it
865822
- workspace_it

0 commit comments

Comments
 (0)