Skip to content

Commit

Permalink
fix: add test as CI requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mszekiel committed Sep 5, 2024
1 parent 5d0d2c9 commit 8fa05a2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: "Main - Lint/Build/Tests"

on:
push:
branches: [main]
branches: [main, master]
pull_request:
types: [opened, reopened]
# TODO: Remove jonas-jonas/elementsv1 when we merge the branch
branches: [main, master, jonas-jonas/elementsv1]

jobs:
deploy:
Expand All @@ -19,7 +20,3 @@ jobs:
- run: npm ci
- run: npx playwright install --with-deps
- run: npx nx run-many --target=build --all
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit 8fa05a2

Please sign in to comment.