Skip to content

Commit 546bfed

Browse files
Konstantin Gukovgukoff
authored andcommitted
Upload benchmark results to GitHub Action artifacts
1 parent c756791 commit 546bfed

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ jobs:
8787
- uses: actions/upload-artifact@v2
8888
with:
8989
name: py${{ matrix.python-version }}_${{ matrix.platform || matrix.os }}.svg
90-
path: benchmark_*.svg
90+
path: dtparse/**/benchmark_*.svg
91+
92+
- name: debug the action
93+
uses: lhotari/action-upterm@v1
9194

9295
- name: build windows 32bit binaries
9396
if: matrix.os == 'windows'

0 commit comments

Comments
 (0)