Browse Source

fix: changed GITHUB_ENV to GITHUB_OUTPUT

pull/8421/head
Rohit 5 months ago
parent
commit
218f20ba76
  1. 3
      .github/workflows/bats-test.yml

3
.github/workflows/bats-test.yml

@ -20,8 +20,7 @@ jobs:
run: |
BATS_FILES=$(find docker-compose/setup-script/tests -name '*.bats')
MATRIX_JSON=$(echo $BATS_FILES | tr -d '\n' | jq -Rsc 'split(" ")' | tr '"' "'")
echo "matrix=$MATRIX_JSON" >> $GITHUB_ENV
echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT
test:
needs: prepare
runs-on: ubuntu-latest

Loading…
Cancel
Save