Remove artifact-test from CI

Artifacts via public API are not available before whole workflow is finished. Therefore it's not possible to execute test this way
This commit is contained in:
Michal Dorner 2021-02-18 22:23:20 +01:00
parent 8efb156d28
commit 3340176ee8
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
4 changed files with 5 additions and 18 deletions

View file

@ -33,16 +33,3 @@ jobs:
name: JEST Tests
path: __tests__/__results__/*.xml
reporter: jest-junit
artifact-test:
name: Artifact test
runs-on: ubuntu-latest
needs: build-test
steps:
- uses: actions/checkout@v2
- uses: ./
with:
artifact: test-results
name: Artifact Report
path: '*.xml'
reporter: jest-junit