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 75a8cb3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ jobs:
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

- name: Setup | Node.js
uses: actions/setup-node@v2
with:
node-version: "10.23.2"
registry-url: "https://npm.pkg.github.com/"

- name: Build codesandbox-client bundler
run: yarn && yarn build:deps && yarn && build:sandpack

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75a8cb3

Please sign in to comment.