Skip to content

Commit 95e62ca

Browse files
committed
chore:
1 parent 4876e0a commit 95e62ca

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/lighthouse.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
- uses: actions/checkout@v3
9696
with:
9797
ref: ${{ github.event.pull_request.head.ref }}
98+
REACT_APP_ENV_NAME: "testing"
99+
DEPLOY_TO_FLEEK: true
100+
ENV_NAME: "testing"
101+
98102
- uses: actions/setup-node@v3
99103
with:
100104
token: ${{ secrets.NPM_TOKEN }}
@@ -112,18 +116,8 @@ jobs:
112116
run: npm install --location=global @lhci/cli@0.9.x
113117
- name: logs 1
114118
run: echo "Env name is ${{ inputs.REACT_APP_ENV_NAME }}"
115-
with:
116-
token: ${{ secrets.NPM_TOKEN }}
117-
node-version: "16.16.0"
118-
registry-url: "https://registry.npmjs.org"
119-
cache: "npm"
120-
REACT_APP_ENV_NAME: "testing"
121-
DEPLOY_TO_FLEEK: true
122-
ENV_NAME: "testing"
123-
UPDATE_COVERAGE: true
124-
REACT_APP_ENABLE_CURATION_LISTS: false
125-
REACT_APP_CREATE_PROFILE_CONFIGURATION: "LENS"
126-
REACT_APP_IPFS_GATEWAY: "https://bosonprotocol.infura-ipfs.io/ipfs/"
119+
env:
120+
REACT_APP_ENV_NAME: "Roberto"
127121
- name: logs 2
128122
run: echo "Env name is ${{ inputs.ENV_NAME }}"
129123
- name: logs 3

0 commit comments

Comments
 (0)