Skip to content

Commit

Permalink
Merge pull request #2 from quarylabs/testing_without_version
Browse files Browse the repository at this point in the history
chore: add a test for no version specified
  • Loading branch information
benfdking authored May 15, 2024
2 parents d34c54b + 5fe2e68 commit 72aac1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Test Install Without Version
uses: ./

- name: Test Install Latest Version
uses: ./
Expand Down

0 comments on commit 72aac1c

Please sign in to comment.