Skip to content

Commit

Permalink
Remove bad rebase artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Sep 28, 2022
1 parent 2631afe commit a498563
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,44 +103,3 @@ jobs:
env:
# Workaround for https://github.com/facebook/jest/issues/8536
TEMP: ${{ runner.temp }}

exampleReact18:
needs: build
env:
wd: ./examples/react-18
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
cache-dependency-path: ${{env.wd}}/yarn.lock
- name: Install dependencies
run: yarn install
working-directory: ${{env.wd}}
- name: Install builder-vite dependencies
run: yarn install
working-directory: packages/builder-vite
- name: Restore builder-vite dist
uses: actions/download-artifact@v3
with:
name: builder-vite
path: |
./packages/builder-vite/dist
- name: Build example
run: yarn build-storybook
working-directory: ${{env.wd}}
- name: Test built example
run: yarn test-ci
working-directory: ${{env.wd}}
env:
# Workaround for https://github.com/facebook/jest/issues/8536
TEMP: ${{ runner.temp }}

0 comments on commit a498563

Please sign in to comment.