Skip to content

Commit 1c82283

Browse files
Update pylint.yml
1 parent 38cee15 commit 1c82283

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/pylint.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ jobs:
2626
- name: Execute Test Cases
2727
run: |
2828
pytest -v --junit-xml=tests.xml --cov-report=xml --cov=app/core
29-
- uses: ochanje210/s3-upload-action@master
29+
- uses: actions/upload-artifact@v2
3030
with:
31-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
32-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
33-
AWS_S3_BUCKET: artifactsmaven
34-
SOURCE_DIR: 'app'
35-
DEST_DIR: 'app'
31+
name: TestArtifacts
32+
path: "tests.xml"
3633
- name: Execute Lint
3734
run: |
3835
score=10

0 commit comments

Comments
 (0)