[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/**'
|
- 'src/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- 'poly/**'
|
- 'poly/**'
|
||||||
- '.github/workflows/**'
|
- '\.github/workflows/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
path: app.asar
|
path: app.asar
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
test:
|
test-linux:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
timeout-minutes: 3
|
timeout-minutes: 3
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: test
|
needs: test-linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue