diff --git a/.github/workflows/tests.aaron.yml b/.github/workflows/tests.aaron.yml index 2c367445c67..5d082e14bb4 100644 --- a/.github/workflows/tests.aaron.yml +++ b/.github/workflows/tests.aaron.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/aaron/src/**.js' - 'packages/aaron/config/**.js' - - 'packages/aaron/rollup.config.js + - 'packages/aaron/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.benjamin.yml b/.github/workflows/tests.benjamin.yml index c013d84adb4..86634d5bacd 100644 --- a/.github/workflows/tests.benjamin.yml +++ b/.github/workflows/tests.benjamin.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/benjamin/src/**.js' - 'packages/benjamin/config/**.js' - - 'packages/benjamin/rollup.config.js + - 'packages/benjamin/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.bent.yml b/.github/workflows/tests.bent.yml index a91e652aca5..4e36c794f0d 100644 --- a/.github/workflows/tests.bent.yml +++ b/.github/workflows/tests.bent.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/bent/src/**.js' - 'packages/bent/config/**.js' - - 'packages/bent/rollup.config.js + - 'packages/bent/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.breanna.yml b/.github/workflows/tests.breanna.yml index 6b9f90f6c3e..eb7f3a99e78 100644 --- a/.github/workflows/tests.breanna.yml +++ b/.github/workflows/tests.breanna.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/breanna/src/**.js' - 'packages/breanna/config/**.js' - - 'packages/breanna/rollup.config.js + - 'packages/breanna/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.brian.yml b/.github/workflows/tests.brian.yml index 6e8a0b9339d..6c263b03ebd 100644 --- a/.github/workflows/tests.brian.yml +++ b/.github/workflows/tests.brian.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/brian/src/**.js' - 'packages/brian/config/**.js' - - 'packages/brian/rollup.config.js + - 'packages/brian/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.bruce.yml b/.github/workflows/tests.bruce.yml index e0af39c80b3..99d5cc8fe47 100644 --- a/.github/workflows/tests.bruce.yml +++ b/.github/workflows/tests.bruce.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/bruce/src/**.js' - 'packages/bruce/config/**.js' - - 'packages/bruce/rollup.config.js + - 'packages/bruce/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.carlita.yml b/.github/workflows/tests.carlita.yml index 1b9ee361666..40b11f8ebb0 100644 --- a/.github/workflows/tests.carlita.yml +++ b/.github/workflows/tests.carlita.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/carlita/src/**.js' - 'packages/carlita/config/**.js' - - 'packages/carlita/rollup.config.js + - 'packages/carlita/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.carlton.yml b/.github/workflows/tests.carlton.yml index ced46abda94..fc9229e8758 100644 --- a/.github/workflows/tests.carlton.yml +++ b/.github/workflows/tests.carlton.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/carlton/src/**.js' - 'packages/carlton/config/**.js' - - 'packages/carlton/rollup.config.js + - 'packages/carlton/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.cathrin.yml b/.github/workflows/tests.cathrin.yml index bc03b2518c2..168a01120f4 100644 --- a/.github/workflows/tests.cathrin.yml +++ b/.github/workflows/tests.cathrin.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/cathrin/src/**.js' - 'packages/cathrin/config/**.js' - - 'packages/cathrin/rollup.config.js + - 'packages/cathrin/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.examples.yml b/.github/workflows/tests.examples.yml index fa7c5c5f775..02886414005 100644 --- a/.github/workflows/tests.examples.yml +++ b/.github/workflows/tests.examples.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/examples/src/**.js' - 'packages/examples/config/**.js' - - 'packages/examples/rollup.config.js + - 'packages/examples/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.florent.yml b/.github/workflows/tests.florent.yml index 92af67077f7..663335cbe2a 100644 --- a/.github/workflows/tests.florent.yml +++ b/.github/workflows/tests.florent.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/florent/src/**.js' - 'packages/florent/config/**.js' - - 'packages/florent/rollup.config.js + - 'packages/florent/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.fu.yml b/.github/workflows/tests.fu.yml index 76325a4dc03..141e058b911 100644 --- a/.github/workflows/tests.fu.yml +++ b/.github/workflows/tests.fu.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/fu/src/**.js' - 'packages/fu/config/**.js' - - 'packages/fu/rollup.config.js + - 'packages/fu/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.holmes.yml b/.github/workflows/tests.holmes.yml index 60b593f30af..e45e9075ddd 100644 --- a/.github/workflows/tests.holmes.yml +++ b/.github/workflows/tests.holmes.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/holmes/src/**.js' - 'packages/holmes/config/**.js' - - 'packages/holmes/rollup.config.js + - 'packages/holmes/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.huey.yml b/.github/workflows/tests.huey.yml index 66590d0b6e5..d476092b87c 100644 --- a/.github/workflows/tests.huey.yml +++ b/.github/workflows/tests.huey.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/huey/src/**.js' - 'packages/huey/config/**.js' - - 'packages/huey/rollup.config.js + - 'packages/huey/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.hugo.yml b/.github/workflows/tests.hugo.yml index cda810ea27c..4b2da819386 100644 --- a/.github/workflows/tests.hugo.yml +++ b/.github/workflows/tests.hugo.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/hugo/src/**.js' - 'packages/hugo/config/**.js' - - 'packages/hugo/rollup.config.js + - 'packages/hugo/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.jaeger.yml b/.github/workflows/tests.jaeger.yml index 873863200b4..d121161b571 100644 --- a/.github/workflows/tests.jaeger.yml +++ b/.github/workflows/tests.jaeger.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/jaeger/src/**.js' - 'packages/jaeger/config/**.js' - - 'packages/jaeger/rollup.config.js + - 'packages/jaeger/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.penelope.yml b/.github/workflows/tests.penelope.yml index da002caf6fe..9a4f02edc65 100644 --- a/.github/workflows/tests.penelope.yml +++ b/.github/workflows/tests.penelope.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/penelope/src/**.js' - 'packages/penelope/config/**.js' - - 'packages/penelope/rollup.config.js + - 'packages/penelope/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.rendertest.yml b/.github/workflows/tests.rendertest.yml index 9dc30346671..a3fd85b96c2 100644 --- a/.github/workflows/tests.rendertest.yml +++ b/.github/workflows/tests.rendertest.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/rendertest/src/**.js' - 'packages/rendertest/config/**.js' - - 'packages/rendertest/rollup.config.js + - 'packages/rendertest/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.sandy.yml b/.github/workflows/tests.sandy.yml index d67c212f8eb..48c23bbb2bb 100644 --- a/.github/workflows/tests.sandy.yml +++ b/.github/workflows/tests.sandy.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/sandy/src/**.js' - 'packages/sandy/config/**.js' - - 'packages/sandy/rollup.config.js + - 'packages/sandy/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.shin.yml b/.github/workflows/tests.shin.yml index 0a2c6e270c3..beb31cc166f 100644 --- a/.github/workflows/tests.shin.yml +++ b/.github/workflows/tests.shin.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/shin/src/**.js' - 'packages/shin/config/**.js' - - 'packages/shin/rollup.config.js + - 'packages/shin/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.simon.yml b/.github/workflows/tests.simon.yml index cae3add7a36..317df3fd266 100644 --- a/.github/workflows/tests.simon.yml +++ b/.github/workflows/tests.simon.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/simon/src/**.js' - 'packages/simon/config/**.js' - - 'packages/simon/rollup.config.js + - 'packages/simon/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.simone.yml b/.github/workflows/tests.simone.yml index 1afbf4fd3a6..503bb366a4a 100644 --- a/.github/workflows/tests.simone.yml +++ b/.github/workflows/tests.simone.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/simone/src/**.js' - 'packages/simone/config/**.js' - - 'packages/simone/rollup.config.js + - 'packages/simone/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.sven.yml b/.github/workflows/tests.sven.yml index ae2e0f2e164..24da6664c54 100644 --- a/.github/workflows/tests.sven.yml +++ b/.github/workflows/tests.sven.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/sven/src/**.js' - 'packages/sven/config/**.js' - - 'packages/sven/rollup.config.js + - 'packages/sven/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.tamiko.yml b/.github/workflows/tests.tamiko.yml index 0e9bf921c7b..abe2fd2e056 100644 --- a/.github/workflows/tests.tamiko.yml +++ b/.github/workflows/tests.tamiko.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/tamiko/src/**.js' - 'packages/tamiko/config/**.js' - - 'packages/tamiko/rollup.config.js + - 'packages/tamiko/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.theo.yml b/.github/workflows/tests.theo.yml index 4cb8c979d54..fdf3b7ae348 100644 --- a/.github/workflows/tests.theo.yml +++ b/.github/workflows/tests.theo.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/theo/src/**.js' - 'packages/theo/config/**.js' - - 'packages/theo/rollup.config.js + - 'packages/theo/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.trayvon.yml b/.github/workflows/tests.trayvon.yml index 43382036140..c7f6fa9c970 100644 --- a/.github/workflows/tests.trayvon.yml +++ b/.github/workflows/tests.trayvon.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/trayvon/src/**.js' - 'packages/trayvon/config/**.js' - - 'packages/trayvon/rollup.config.js + - 'packages/trayvon/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.tutorial.yml b/.github/workflows/tests.tutorial.yml index 4347d86677b..833ff4b6f93 100644 --- a/.github/workflows/tests.tutorial.yml +++ b/.github/workflows/tests.tutorial.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/tutorial/src/**.js' - 'packages/tutorial/config/**.js' - - 'packages/tutorial/rollup.config.js + - 'packages/tutorial/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.wahid.yml b/.github/workflows/tests.wahid.yml index ad574a87237..94f6dcbfb6c 100644 --- a/.github/workflows/tests.wahid.yml +++ b/.github/workflows/tests.wahid.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/wahid/src/**.js' - 'packages/wahid/config/**.js' - - 'packages/wahid/rollup.config.js + - 'packages/wahid/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly + diff --git a/.github/workflows/tests.waralee.yml b/.github/workflows/tests.waralee.yml index 69394fc3e4d..3aa35075c00 100644 --- a/.github/workflows/tests.waralee.yml +++ b/.github/workflows/tests.waralee.yml @@ -5,10 +5,13 @@ on: paths: &files - 'packages/waralee/src/**.js' - 'packages/waralee/config/**.js' - - 'packages/waralee/rollup.config.js + - 'packages/waralee/rollup.config.js' pull_request: paths: *files +env: + CI: true + jobs: test: @@ -20,12 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js $ + name: Use Node.js $ uses: actions/setup-node@v1 with: node-version: $ - - run: npm ci - - run: npm run build --if-present - - run: npm testonly - env: - CI: true + run: npm ci + run: npm run build --if-present + run: npm testonly +