Skip to content

Commit

Permalink
Update test-lib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiobianchini authored Feb 26, 2024
1 parent 88cd39d commit 637c1b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "master" ]

jobs:
build-publish:
test-lib:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -44,10 +44,6 @@ jobs:
- name: Set github repository
run: pnpm config set //https://npm.pkg.github.com//:_authToken ${{secrets.GITHUB_TOKEN}}

- name: Install dependencies
run: pnpm install
working-directory: projects/libs/flex-layout

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 637c1b1

Please sign in to comment.