Browse Source

fix: fixed typo

pull/8421/head
Rohit 6 months ago
parent
commit
b328549450
  1. 2
      .github/workflows/bats-test.yml

2
.github/workflows/bats-test.yml

@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test: ${{fromJson(env.matrix)}}
test: ${{fromJson(needs.prepare.outputs.matrix)}}
steps:
- name: Checkout repository
uses: actions/checkout@v4

Loading…
Cancel
Save