mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +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
|
||||
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
|
||||
uses: Vampire/setup-wsl@v5
|
||||
|
||||
|
@ -107,6 +99,14 @@ jobs:
|
|||
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
|
||||
run: |
|
||||
# Set environment variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue