Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Jul 27, 2023
1 parent efbbea5 commit 07c5be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: cat dist/manifest.json
- run: echo ${{ github.ref }}

# - run: pnpm run web-ext:pack
- run: pnpm run web-ext:pack
#
# - name: Browser Platform Publish
# uses: PlasmoHQ/bpp@v3
Expand Down
18 changes: 8 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.ref }}
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
Expand All @@ -43,12 +42,11 @@ jobs:
${{ inputs.VERSION_REF || ( github.ref_type == 'tag' && github.ref || '0.0.0') }}
BUILD_TARGET: chrome

- run: cat dist/manifest.json

# - run: pnpm run test
# - uses: actions/upload-artifact@v3
# if: always()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30
- run: pnpm run test

- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit 07c5be8

Please sign in to comment.