parent
6298f31a91
commit
93185149b3
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git branch
|
git branch
|
||||||
ls -l
|
ls -l
|
||||||
sed -i 's/${PROD}/${TESTING}/g' web/.env.production
|
sed -i "s/${PROD}/${TESTING}/g" web/.env.production
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2.1.2
|
uses: actions/setup-node@v2.1.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue