mirror of
https://github.com/actions/checkout
synced 2024-11-14 01:01:42 +00:00
Move env to test step
* .github/workflows/test.yml:
This commit is contained in:
parent
d345e1892f
commit
d795c2780e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -10,8 +10,6 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
main_path: main_path_test
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
|
@ -26,6 +24,8 @@ jobs:
|
|||
run: __test__/verify-no-unstaged-changes.sh
|
||||
|
||||
test:
|
||||
env:
|
||||
main_path: main_path_test
|
||||
strategy:
|
||||
matrix:
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
|
Loading…
Reference in a new issue