Skip to content

Commit

Permalink
chore: 🤖 temp disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Feb 6, 2024
1 parent 6ba7885 commit 4e29cbb
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@ jobs:
- name: 🏗 Build
run: pnpm build

- name: 🔍 Verify types
run: pnpm type-check

- name: 🕵️ Lint
run: pnpm lint:prod

- name: 💅 Verify format (`pnpm format` committed?)
run: pnpm format

- name: 🛡️ Test
run: pnpm test:coverage

- name: 📏 Report coverage
if: always() && github.event_name == 'pull_request'
uses: davelosert/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: packages/web
name: '@lottiefiles/dotlottie-web'

- name: 📏 Report bundle size
if: github.event_name == 'pull_request'
uses: andresz1/size-limit-action@v1
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# - name: 🔍 Verify types
# run: pnpm type-check

# - name: 🕵️ Lint
# run: pnpm lint:prod

# - name: 💅 Verify format (`pnpm format` committed?)
# run: pnpm format

# - name: 🛡️ Test
# run: pnpm test:coverage

# - name: 📏 Report coverage
# if: always() && github.event_name == 'pull_request'
# uses: davelosert/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# working-directory: packages/web
# name: '@lottiefiles/dotlottie-web'

# - name: 📏 Report bundle size
# if: github.event_name == 'pull_request'
# uses: andresz1/size-limit-action@v1
# continue-on-error: true
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}

release:
name: release
Expand Down

0 comments on commit 4e29cbb

Please sign in to comment.