[CI] test -> test-linux

This commit is contained in:
Ducko 2022-04-12 18:34:12 +01:00
parent 99bcecabb6
commit 1ffcb2558d

View file

@ -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: