Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Sep 29, 2024
1 parent 5ddf805 commit b66a17a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Test

on:
pull_request:
Expand Down Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
echo "Trying to list all versions of database-tools"
asdf list all database-tools
echo "Trying to install database-tools 0.8.1"
asdf install database-tools 0.8.1
asdf list database-tools | grep 0.8.1
echo "Trying to install database-tools 0.8.2"
asdf install database-tools 0.8.2
asdf list database-tools | grep 0.8.2
- uses: asdf-vm/actions/plugin-test@6278efebb38ae025cc91dd008910f549e775a8c8
with:
Expand Down

0 comments on commit b66a17a

Please sign in to comment.