Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/primer_run_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
. venv/bin/activate
python tests/primer/__main__.py prepare --clone
- name: Upload output diff
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: primer_commitstring
path:
Expand All @@ -96,7 +96,7 @@ jobs:
then echo "::warning ::$WARNINGS"
fi
- name: Upload output
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: primer_output
path: >-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ jobs:
then echo "::warning ::$WARNINGS"
fi
- name: Upload output of PR
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: primer_output_pr
path:
tests/.pylint_primer_tests/output_${{ steps.python.outputs.python-version
}}_pr.txt
- name: Upload output of 'main'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: primer_output_main
path: output_${{ steps.python.outputs.python-version }}_main.txt
Expand All @@ -184,7 +184,7 @@ jobs:
run: |
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
- name: Upload PR number
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: pr_number
path: pr_number.txt
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
pip list | grep 'astroid\|pylint'
pytest -vv --minimal-messages-config tests/test_functional.py
- name: Upload coverage artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: coverage-${{ matrix.python-version }}
path: .coverage
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: >-
echo "datetime="$(date "+%Y%m%d_%H%M") >> $GITHUB_OUTPUT
- name: Upload benchmark artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name:
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{
Expand Down