Skip to content

Commit

Permalink
ci: update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Sep 8, 2023
1 parent 9453646 commit 42c7cc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install
run: yarn install --immutable
- name: Test
run: yarn test
- name: Lint
run: yarn lint
- name: Setup .yarnrc.yml
run: |
yarn config set npmAuthToken $NPM_TOKEN
yarn config set npmAlwaysAuth true
echo //registry.npmjs.org/:_authToken=$NPM_TOKEN > ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install
run: yarn install --immutable
- name: Test
run: yarn test
- name: Lint
run: yarn lint
- name: Release
run: yarn release
env:
Expand Down

2 comments on commit 42c7cc5

@vercel
Copy link

@vercel vercel bot commented on 42c7cc5 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next-ealush.vercel.app
vest-next.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-website.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 42c7cc5 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

vest-ealush.vercel.app
www.vestjs.dev
vest.vercel.app
vestjs.dev
vest-git-latest-ealush.vercel.app

Please sign in to comment.