Skip to content

Commit 7380a0b

Browse files
committedNov 4, 2022
feat: update tests for standalone packages (reusable workflow)
1 parent 549dd75 commit 7380a0b

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed
 

‎.github/workflows/test.yml

+3-20
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@ name: Tests
22
on: [push, pull_request_target]
33

44
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
5+
tests:
6+
uses: jymfony/jymfony/.github/workflows/test-packages.yml@master
7+
secrets: inherit

0 commit comments

Comments
 (0)
Please sign in to comment.