Skip to content

Commit

Permalink
use compiler runners
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 31, 2025
1 parent dd5e181 commit 3a7b0a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lnt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ jobs:
done
find "${RESULTS_DIR}" -name '*.json'
- uses: actions/upload-artifact@v4
if: always()
with:
name: 'results'
path: 'results/*.json'

- name: Submit LNT results
shell: bash -ex {0}
run: |
Expand Down

0 comments on commit 3a7b0a0

Please sign in to comment.