mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
reorder job steps
This commit is contained in:
@@ -63,8 +63,6 @@ jobs:
|
||||
with:
|
||||
repository: scripthaus-dev/scripthaus
|
||||
path: scripthaus
|
||||
- working-directory: scripthaus
|
||||
run: CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
@@ -72,6 +70,8 @@ jobs:
|
||||
wavesrv/go.sum
|
||||
waveshell/go.sum
|
||||
scripthaus/go.sum
|
||||
- working-directory: scripthaus
|
||||
run: CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{env.NODE_VERSION}}
|
||||
|
||||
Reference in New Issue
Block a user