[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(cicd): move test check before compressed-size-action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Jan 3, 2024
1 parent 0821cb4 commit 5ca833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
node-version: 18
- run: npm i
- run: npm run build
- run: npm run test
- uses: preactjs/compressed-size-action@v2
with:
pattern: ".dist/**/*.{js,ts,json}"
- run: npm run test
build-docker:
name: Build Docker image
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ca833f

Please sign in to comment.