Skip to content

Commit

Permalink
Debug neon gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jan 23, 2025
1 parent c40eb28 commit 17950e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/runneontest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
cd build
cmake -G "Unix Makefiles" ..
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Execute generic tests
run: |
cd Testing/build
Expand All @@ -78,7 +78,7 @@ jobs:
make VERBOSE=1
./test > result.txt
python ../processResult.py -e -f ../Output.pickle -r result.txt -html > result.html
- name: Execute neon specific C tests
run: |
cd Testing/build
Expand Down

0 comments on commit 17950e4

Please sign in to comment.