We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549dd75 commit 7380a0bCopy full SHA for 7380a0b
.github/workflows/test.yml
@@ -2,23 +2,6 @@ name: Tests
2
on: [push, pull_request_target]
3
4
jobs:
5
- build:
6
- runs-on: ubuntu-latest
7
- strategy:
8
- matrix:
9
- node_version:
10
- - 12
11
- - 14
12
- - 15
13
-
14
- name: Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on Linux
15
16
- steps:
17
- - uses: actions/checkout@v2
18
- - name: Setup node
19
- uses: actions/setup-node@v1
20
- with:
21
- node-version: ${{ matrix.node_version }}
22
- architecture: ${{ matrix.architecture }}
23
- - run: npm install
24
- - run: npm test
+ tests:
+ uses: jymfony/jymfony/.github/workflows/test-packages.yml@master
+ secrets: inherit
0 commit comments