0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-30 16:32:38 +02:00

Move env to test step

* .github/workflows/test.yml:
This commit is contained in:
Johnny Willemsen 2020-08-26 12:44:28 +02:00
parent d345e1892f
commit d795c2780e
No known key found for this signature in database
GPG key ID: CCE55DD593057AD0

View file

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