|
@@ -4,6 +4,9 @@ jobs:
|
|
|
build:
|
|
build:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ -
|
|
|
|
|
+ name: Checkout code
|
|
|
|
|
+ uses: actions/checkout@v3
|
|
|
-
|
|
-
|
|
|
name: Install Go
|
|
name: Install Go
|
|
|
uses: actions/setup-go@v4
|
|
uses: actions/setup-go@v4
|
|
@@ -16,9 +19,6 @@ jobs:
|
|
|
node-version: '18'
|
|
node-version: '18'
|
|
|
cache: 'npm'
|
|
cache: 'npm'
|
|
|
cache-dependency-path: './web/package-lock.json'
|
|
cache-dependency-path: './web/package-lock.json'
|
|
|
- -
|
|
|
|
|
- name: Checkout code
|
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
-
|
|
-
|
|
|
name: Install dependencies
|
|
name: Install dependencies
|
|
|
run: make build-deps-ubuntu
|
|
run: make build-deps-ubuntu
|