Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardem committed Sep 30, 2024
1 parent 243dc8d commit e8a3880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Build statistics
run: go build -C backend/statistics
build-integrations:
runs-on: public.ecr.aws/b5q6i6w4/ylem-public-images:latest
runs-on: ubuntu-latest
container:
image: public.ecr.aws/b5q6i6w4/ylem-public-images:latest
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
args: --timeout=5m
golangci-integrations:
name: lint
runs-on: public.ecr.aws/b5q6i6w4/ylem-public-images:latest
runs-on: ubuntu-latest
container:
image: public.ecr.aws/b5q6i6w4/ylem-public-images:latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down

0 comments on commit e8a3880

Please sign in to comment.