mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-01 17:38:36 +00:00
ci: Reorder build pipeline to first set up forgejo server
This commit is contained in:
parent
e790706f5c
commit
ebdc37317b
1 changed files with 8 additions and 8 deletions
16
.github/workflows/windows-tests.yml
vendored
16
.github/workflows/windows-tests.yml
vendored
|
@ -29,14 +29,6 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
|
||||||
uses: actions/setup-go@v4
|
|
||||||
with:
|
|
||||||
go-version: '1.21'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: go mod download
|
|
||||||
|
|
||||||
- name: Setup WSL
|
- name: Setup WSL
|
||||||
uses: Vampire/setup-wsl@v5
|
uses: Vampire/setup-wsl@v5
|
||||||
|
|
||||||
|
@ -107,6 +99,14 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- name: Set up Go
|
||||||
|
uses: actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version: '1.21'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: go mod download
|
||||||
|
|
||||||
- name: Setup Forgejo connection
|
- name: Setup Forgejo connection
|
||||||
run: |
|
run: |
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue