diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-and-test.yml similarity index 52% rename from .github/workflows/build-test-deploy.yml rename to .github/workflows/build-and-test.yml index ca3d1dd..efe5cf9 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-and-test.yml @@ -1,4 +1,4 @@ -name: Build, test and deploy +name: Build and test on: [push] @@ -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 \ No newline at end of file