Skip to content

Commit

Permalink
Optimize test job
Browse files Browse the repository at this point in the history
  • Loading branch information
unkhz committed Jul 19, 2024
1 parent a0fcc8e commit ea9f859
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- infra-redis
- listener
- publisher
target: ['lint', 'test']
node-version: [20]

steps:
Expand All @@ -40,7 +39,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npx nx run-many --target=${{ matrix.target }} --projects=${{ matrix.package }} --output-style=stream
- run: npx nx run-many --target=lint,test --projects=${{ matrix.package }} --output-style=stream

build-base-images:
if: ${{ ! endsWith(github.event.head_commit.message, '[skip ci]') }}
Expand Down

0 comments on commit ea9f859

Please sign in to comment.