Skip to content

Commit

Permalink
[bp2.3]enable e2e in github action
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <[email protected]>
  • Loading branch information
zhiweiyin318 committed Nov 16, 2023
1 parent 5d6aa35 commit 90d3489
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- release-*
- backplane-*

env:
# Common versions
Expand Down Expand Up @@ -84,6 +85,9 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v3
- name: add permission to docker.sock
run: sudo chown runner:docker /var/run/docker.sock
if: ${{ env.ACT }} # this step only runs locally when using the https://github.com/nektos/act to debug the e2e
- name: install Go
uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 AS builder
FROM golang:1.19-bullseye AS builder
ARG OS=linux
ARG ARCH=amd64
WORKDIR /go/src/open-cluster-management.io/registration
Expand Down

0 comments on commit 90d3489

Please sign in to comment.