Skip to content

Commit

Permalink
No more measuring cpu and memory constumption during test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 30, 2024
1 parent 0a62751 commit 82bdbf0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
permissions:
actions: read
contents: write
#pull-requests: write

jobs:
normal-tests:
Expand All @@ -35,11 +34,6 @@ jobs:
cache-dependency-path: rascal-vscode-extension/package-lock.json
registry-url: 'https://registry.npmjs.org'

- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
metric_frequency: 2

- name: Run java tests
working-directory: ./rascal-lsp
run: mvn -B '-Drascal.compile.skip' '-Drascal.tutor.skip' test -DargLine="-Xmx4G"
Expand Down Expand Up @@ -77,11 +71,6 @@ jobs:
cache-dependency-path: rascal-vscode-extension/package-lock.json
registry-url: 'https://registry.npmjs.org'

- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
metric_frequency: 2

- name: Package & compile rascal-lsp
working-directory: ./rascal-lsp
run: mvn -B '-Drascal.compile.skip' '-Drascal.tutor.skip' -DskipTests clean package
Expand Down

0 comments on commit 82bdbf0

Please sign in to comment.