Skip to content

Commit

Permalink
fix: trunk ci test all nexus packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jan 6, 2021
1 parent e9d19cf commit 4a089a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
nexus-schema-version: [^1.0.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
nexus-schema-version: [^1.0.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn add nexus@${{ matrix.nexus-schema-version }}
- run: yarn build
- run: yarn -s test

0 comments on commit 4a089a5

Please sign in to comment.