Skip to content

Commit b1d1cfb

Browse files
committed
fix testing pt 2
1 parent 8689a0c commit b1d1cfb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
uses: ./setup-cli/
2121
- name: run opslevel version
2222
run: opslevel version
23+
24+
test_specific_version:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: Checkout
28+
uses: actions/checkout@v4
2329
- name: setup specific version of OpsLevel CLI
2430
uses: ./setup-cli/
2531
with:

0 commit comments

Comments
 (0)