Skip to content

Commit 3d3ccf2

Browse files
authored
fix: asdf install in ci for tests workflow
1 parent 8eefb9e commit 3d3ccf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ jobs:
99
- uses: actions/checkout@v2
1010
- name: asdf_install
1111
uses: asdf-vm/actions/install@v1
12-
with:
13-
before_install: bash -c '${ASDF_DATA_DIR:=$HOME/.asdf}/plugins/nodejs/bin/import-release-team-keyring'
1412
- run: npm install
1513
- run: npm test

0 commit comments

Comments
 (0)