Skip to content

Commit dab326a

Browse files
committed
ci: Update GitHub Actions test workflow configuration
1 parent 5af4f9c commit dab326a

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,14 @@ jobs:
3232
os: [ubuntu-latest, macos-latest]
3333
runs-on: ${{ matrix.os }}
3434
steps:
35-
- name: Checkout
36-
uses: actions/checkout@v5
3735

38-
- name: Install dependencies
39-
run: |
40-
if [[ "$RUNNER_OS" == "macOS" ]]; then
41-
brew install jq pnpm
42-
else
43-
sudo apt-get update && sudo apt-get install -y jq pnpm
44-
fi
45-
46-
- name: Install asdf
47-
uses: asdf-vm/actions/setup@v4
48-
49-
- name: Install asdf-angular-cli
50-
uses: asdf-vm/actions/plugins-add@v4
36+
- uses: pnpm/action-setup@v4
5137
with:
52-
tool_versions: angular-cli
53-
38+
version: 10
39+
5440
- name: Test asdf-angular-cli
5541
uses: asdf-vm/actions/plugin-test@v4
5642
with:
43+
gitref: master
44+
version: 18.2.1
5745
command: ng --version

0 commit comments

Comments
 (0)