mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 02:36:39 +00:00
install deps
This commit is contained in:
parent
ed56b64d4f
commit
018c6eaa02
1 changed files with 3 additions and 2 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
|
@ -4,7 +4,6 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
if: ${{ github.ref == 'master' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
REACT_APP_STORAGE_BUCKET: ${{ secrets.REACT_APP_STORAGE_BUCKET }}
|
||||
|
|
@ -28,12 +27,14 @@ jobs:
|
|||
wait-on: 'http://localhost:3000'
|
||||
release:
|
||||
name: Release
|
||||
# if: ${{ github.ref == 'master' }}
|
||||
# if: ${{ github.ref == 'refs/heads/master' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: ref
|
||||
run: echo ${{ github.ref }}
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: Install Firebase CLI tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue