Remove new relic license key 40 char restriction #1642
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: lint-build-test | |
| on: | |
| push: | |
| pull_request: | |
| types: [closed, opened, edited] | |
| branches: | |
| - '*' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # - uses: jfrog/setup-jfrog-cli@v3 | |
| # env: | |
| # JF_URL: ${{ secrets.JF_URL }} | |
| # JF_USER: ${{ secrets.JF_USER }} | |
| # JF_PASSWORD: ${{ secrets.JF_PASSWORD }} | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-node@v3 | |
| with: | |
| node-version: 18 | |
| - run: yarn global add @adobe/aio-cli | |
| - run: yarn install --frozen-lockfile | |
| - run: yarn run lint | |
| - run: aio config set cli.env stage | |
| - run: xvfb-run yarn run test |