Skip to content

Commit

Permalink
Don't review
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Oct 18, 2019
1 parent 7c44461 commit d10c3c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
go_lint:
name: Go lint
runs-on: ubuntu-18.04
needs: [download_src]
container:
image: golang:1.12.9
steps:
Expand All @@ -135,6 +136,7 @@ jobs:
go_fmt:
name: Go Format
runs-on: ubuntu-18.04
needs: [download_src]
container:
image: golang:1.12.9
steps:
Expand All @@ -150,6 +152,7 @@ jobs:
js_unit_tests:
name: JS unit tests
runs-on: ubuntu-18.04
needs: [download_src]
container:
image: node:10.16.0-stretch
steps:
Expand All @@ -175,6 +178,7 @@ jobs:
docker_pull:
name: Docker pull
runs-on: ubuntu-18.04
needs: [download_src]
steps:
- name: Checkout code
if: github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork
Expand All @@ -200,6 +204,7 @@ jobs:
docker_build:
name: Docker build
runs-on: ubuntu-18.04
needs: [download_src]
steps:
- name: Checkout code
if: github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork
Expand Down Expand Up @@ -228,6 +233,7 @@ jobs:
integration_test: [deep, upgrade, helm]
name: Cluster setup (${{ matrix.integration_test }})
runs-on: ubuntu-18.04
needs: [download_src]
steps:
- name: Checkout code
if: github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork
Expand Down

0 comments on commit d10c3c2

Please sign in to comment.