Skip to content

Commit

Permalink
ci: checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess committed May 2, 2024
1 parent 8a559f3 commit f39e4fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to Pages

on:
push:
branches: ["main"]
branches: ["main","ci/checkout-submodule"]

workflow_dispatch:
env:
Expand All @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v4
with:
go-version-file: "backend/alloy/go.mod"
Expand Down
4 changes: 2 additions & 2 deletions backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"os"
"time"

"github.com/grafana/alloy/converter"
"github.com/grafana/alloy/converter/diag"
"github.com/grafana/alloy/internal/converter"
"github.com/grafana/alloy/internal/converter/diag"
"github.com/rs/cors"
)

Expand Down

0 comments on commit f39e4fa

Please sign in to comment.