Skip to content

Commit

Permalink
Reverts changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Aug 6, 2024
1 parent 44c201e commit eb9b0ae
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/lara-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,12 @@ jobs:
working-directory: workspace/clava/ClavaWeaver
run: gradle installDist

# This requires CMaker, which is not working yet, and the test itself does not fail when CMake fails
#- name: Execute stress test
# working-directory: workspace/clava-examples
# run: |
# ls -la
# ../clava/ClavaWeaver/build/install/ClavaWeaver/bin/ClavaWeaver --config ./2019_Stress_Test/stress_test.clava

- name: Execute all-benches.clava
- name: Execute 'stress_test.clava'
working-directory: workspace/clava-examples
run: |
ls -la
../clava/ClavaWeaver/build/install/ClavaWeaver/bin/ClavaWeaver --config ./all-benches/all-benches.clava
# ls -la
../clava/ClavaWeaver/build/install/ClavaWeaver/bin/ClavaWeaver --config ./2019_Stress_Test/stress_test.clava



- name: Publish Test Report
Expand Down

0 comments on commit eb9b0ae

Please sign in to comment.