Skip to content

feat(ES-3297): lib-feature-flags: Move over FirebaseRemoteConfig from the old library #1119

feat(ES-3297): lib-feature-flags: Move over FirebaseRemoteConfig from the old library

feat(ES-3297): lib-feature-flags: Move over FirebaseRemoteConfig from the old library #1119

Workflow file for this run

name: pull_request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@karhoo'
- run: yarn
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
- run: yarn run lint
- run: yarn run build
- run: yarn run test