chore: add missing install and build steps
This commit is contained in:
4
.github/workflows/snjs.pr.yml
vendored
4
.github/workflows/snjs.pr.yml
vendored
@@ -37,6 +37,10 @@ jobs:
|
||||
build-docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
- name: Build
|
||||
run: yarn build:snjs
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user