Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbence committed Jul 9, 2024
1 parent 926e307 commit 501ab24
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, test and deploy
name: Build and test

on: [push]

Expand All @@ -18,11 +18,4 @@ jobs:
- name: Build
run: npm run build
- name: Run tests
run: npm run test
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 0f3245a938ac700e485dd7fa57b5d209
projectName: ui-storybook
directory: storybook-static
run: npm run test

0 comments on commit 501ab24

Please sign in to comment.