Skip to content

Commit

Permalink
Merge pull request #307 from Infineon/306-test-wrapper-components-wit…
Browse files Browse the repository at this point in the history
…h-vite

306 test wrapper components with vite
  • Loading branch information
verena-ifx committed Jul 25, 2023
2 parents f5db0e9 + 552dc28 commit 3e9fcd3
Show file tree
Hide file tree
Showing 16 changed files with 1,672 additions and 1,804 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/github_pages_angular_master.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/github_pages_react_master.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Cache dependencies for packages/components
uses: actions/cache@v2
with:
path: packages/components/node_modules
key: ${{ runner.os }}-npm-packages-components-${{ hashFiles('packages/components/package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-packages-components-
- run: |
cd packages/components
npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
cd packages/components
npm install
npm ci
npm run build:storybook
- name: Deploy 🚀
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@ jobs:
key: ${{ runner.os }}-npm-packages-components-${{ hashFiles('packages/components/package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-packages-components-
- run: |
cd packages/components
npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Install and Build
run: |
cd packages/components
npm install
npm ci
npm run build:storybook
- name: Deploy preview
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/github_pages_vanilla_master.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/github_pages_vue_master.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/shipit_master.yml

This file was deleted.

Loading

0 comments on commit 3e9fcd3

Please sign in to comment.