Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Aug 20, 2021
1 parent f815f2c commit 6f4deea
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,18 @@ on:
- feat/semantic-release # TODO - change the branch

jobs:
bundler:
publish:
runs-on: ubuntu-latest

steps:
- name: Clone codesandbox-client
uses: actions/checkout@v2
with:
repository: codesandbox/codesandbox-client
- name: Yarn and build bundler
run: |
cd codesandbox-client
yarn && yarn build:deps && yarn && build:sandpack

publish:
runs-on: ubuntu-latest
- name: Build codesandbox-client bundler
run: yarn && yarn build:deps && yarn && build:sandpack

steps:
- name: Setup | Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 6f4deea

Please sign in to comment.