[CI] test -> test-linux
This commit is contained in:
parent
99bcecabb6
commit
1ffcb2558d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
- 'src/**'
|
||||
- 'scripts/**'
|
||||
- 'poly/**'
|
||||
- '.github/workflows/**'
|
||||
- '\.github/workflows/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
path: app.asar
|
||||
retention-days: 1
|
||||
|
||||
test:
|
||||
test-linux:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
timeout-minutes: 3
|
||||
|
||||
release:
|
||||
needs: test
|
||||
needs: test-linux
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue