Skip to content

Commit

Permalink
test: add manifest step on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
victal committed May 4, 2024
1 parent 8ec2c29 commit 164b40f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build manifest
run: npm run manifest:${{ matrix.browser }}
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 164b40f

Please sign in to comment.