Skip to content

Add the missing <__instance> to all env_file: lines in the templates #8644

Add the missing <__instance> to all env_file: lines in the templates

Add the missing <__instance> to all env_file: lines in the templates #8644

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: test
env:
CI: true
COMMIT_SHA: ${{ github.sha }}
run: |
while IFS= read -r line; do echo; sudo -E bash ./main.sh -vt "${line}" || exit 1; echo; done < <(git ls-files '.scripts/*.sh' | sed -E 's/^\.scripts\/(\w+)\.sh$/\1/')