Skip to content

Commit

Permalink
chore: fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jan 21, 2024
1 parent b03d4d5 commit c43d2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Validate installed plugins
run: |
set -euox pipefail
PLUGIN_GIT_REF=$(grep -oE "[^ ]\w{39}$" test/.plugin-versions)
PLUGIN_GIT_REF=$(grep -oE "[^ ]\w{6}$" test/.plugin-versions)
asdf plugin list --refs | grep "${PLUGIN_GIT_REF}" &&
echo "[Passed] The plugin git ref in test/.plugin-versions matches the installed one."
2 changes: 1 addition & 1 deletion test/.plugin-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# name git-url git-ref
venom https://github.com/aabouzaid/asdf-venom.git dea0c863f034c9935ebbfbfc0ead3c7bf90efae5
venom https://github.com/aabouzaid/asdf-venom.git b0d00d6

0 comments on commit c43d2f8

Please sign in to comment.