diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index d2395361..92a1d3ce 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -1,4 +1,4 @@ -name: CI Run +name: Build on: push: @@ -54,7 +54,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'yarn' cache-dependency-path: login-workflow - - run: yarn --frozen-lockfile + - run: yarn --immutable working-directory: login-workflow - run: yarn test:ci --coverage --watchAll=false working-directory: login-workflow @@ -82,7 +82,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'yarn' cache-dependency-path: login-workflow - - run: yarn --frozen-lockfile + - run: yarn --immutable working-directory: login-workflow - run: yarn build working-directory: login-workflow @@ -115,6 +115,6 @@ jobs: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' cache-dependency-path: login-workflow - - run: yarn --frozen-lockfile + - run: yarn --immutable - run: npm run publish:package -b ${{env.BRANCH}} working-directory: login-workflow \ No newline at end of file diff --git a/login-workflow/PUBLISHING.md b/login-workflow/PUBLISHING.md index 9aa1da37..8cbb14ec 100644 --- a/login-workflow/PUBLISHING.md +++ b/login-workflow/PUBLISHING.md @@ -2,7 +2,7 @@ ## Automatic Publishing -This package is published to NPM automatically by CircleCI when code is merged into the `dev` or `master` branches. To publish a new version, simply update the version in `package.json` and merge your code into the appropriate branch. +This package is published to NPM automatically by Github when code is merged into the `dev` or `master` branches. To publish a new version, simply update the version in `package.json` and merge your code into the appropriate branch. - The `dev` branch will publish versions marked as `alpha` or `beta`. - The `master` branch will publish any version (`alpha`, `beta`, or `latest`). In both cases, the code will only be published if the version number differs from the current version published under the respective dist tag. @@ -27,4 +27,4 @@ yarn build npm adduser && yarn publish:package ``` -> Publishing manually should only be done for `alpha` or `beta` packages. The command will work for `latest` packages, but this should be avoided except in rare situations where the automatic publishing functionality is not working in CircleCI. +> Publishing manually should only be done for `alpha` or `beta` packages. The command will work for `latest` packages, but this should be avoided except in rare situations where the automatic publishing functionality is not working in Github. diff --git a/login-workflow/README.md b/login-workflow/README.md index a4d2bbdd..84bcc06d 100644 --- a/login-workflow/README.md +++ b/login-workflow/README.md @@ -1,6 +1,6 @@ # Test React Auth Workflow -[![](https://img.shields.io/circleci/project/github/etn-ccis/blui-react-workflows/master.svg?style=flat)](https://circleci.com/gh/etn-ccis/blui-react-workflows/tree/master) ![npm (scoped)](https://img.shields.io/npm/v/@brightlayer-ui/react-auth-workflow) [![codecov](https://codecov.io/gh/etn-ccis/blui-react-workflows/branch/master/graph/badge.svg?token=H18T75WBFS)](https://codecov.io/gh/etn-ccis/blui-react-workflows) +[![Build](https://github.com/etn-ccis/blui-react-workflows/actions/workflows/blui-ci.yml/badge.svg?branch=master)](https://github.com/etn-ccis/blui-react-workflows/actions/workflows/blui-ci.yml) ![npm (scoped)](https://img.shields.io/npm/v/@brightlayer-ui/react-auth-workflow) [![codecov](https://codecov.io/gh/etn-ccis/blui-react-workflows/branch/master/graph/badge.svg?token=H18T75WBFS)](https://codecov.io/gh/etn-ccis/blui-react-workflows) The React Auth Workflow package provides a consistent UI implementation of authentication-related capabilities for use in Eaton web applications built with React.