Skip to content

Commit

Permalink
dont upload report for now
Browse files Browse the repository at this point in the history
  • Loading branch information
uziab committed Oct 27, 2024
1 parent 2adae91 commit 3b690ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,4 @@ jobs:
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run tests
run: yarn lerna run test:e2e $SINCE_FLAG --scope "monday-ui-e2e-toolkit"
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: test-results
path: packages/monday-ui-e2e-toolkit/reports
run: yarn lerna run test:e2e $SINCE_FLAG --scope "monday-ui-e2e-toolkit"

0 comments on commit 3b690ae

Please sign in to comment.