Skip to content

Commit 48b3b26

Browse files
committed
chore: remove mocha-ibutsu-reporter
1 parent f96dbd0 commit 48b3b26

File tree

3 files changed

+1
-388
lines changed

3 files changed

+1
-388
lines changed

.github/workflows/reporter.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,4 @@ jobs:
1515
- name: Install required dependencies
1616
run: npm ci
1717
- name: Run the tests
18-
run: npm run test:component -- --reporter ${{ github.workspace }}/node_modules/mocha-ibutsu-reporter --reporter-options outputDir=${{ github.workspace }}/tmp/cypress-results,project=frontend-components,component=components && npx merge-results -p frontend-components -m components -d ${{ github.workspace }}/tmp/cypress-results
19-
- name: Login to Quay
20-
uses: docker/login-action@v3
21-
with:
22-
registry: quay.io
23-
username: ${{ secrets.QUAY_USERNAME }}
24-
password: ${{ secrets.QUAY_PASSWORD }}
25-
- name: Pull the uploader image
26-
run: podman pull quay.io/cloudservices/iqe-artifact-uploader-s3:latest
27-
- name: Upload the results
28-
run: |
29-
podman run -e AWS_BUCKET=${{ secrets.AWS_BUCKET }} -e AWS_REGION=${{ secrets.AWS_REGION }} \
30-
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} -e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \
31-
-v ${{ github.workspace }}/tmp/cypress-results:/results quay.io/cloudservices/iqe-artifact-uploader-s3:latest .
18+
run: npm run test:component

0 commit comments

Comments
 (0)