Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
PauliusKu committed Jan 23, 2025
1 parent 9f0c824 commit 62b60dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ jobs:
- name: Run Stability Test
run: xvfb-run -a npm run stability-test
if: runner.os == 'Linux'

- name: Save Stability Test Results as Artifact
uses: actions/upload-artifact@v4
with:
name: results
path: /home/runner/work/AblFormatter/AblFormatter/resources/testResults
retention-days: 7
2 changes: 1 addition & 1 deletion resources/stabilityTests/_failures.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adecomm_aud-tts.i
zzzadecomm_aud-tts.i
adecomm_dswid.i
adecomm_peditor.i
adecomm_xmlschema.p
Expand Down

0 comments on commit 62b60dc

Please sign in to comment.